Skip to content

Merge pull request #147 from otoyo/remove-spaces-in-annotations #226

Merge pull request #147 from otoyo/remove-spaces-in-annotations

Merge pull request #147 from otoyo/remove-spaces-in-annotations #226

Workflow file for this run

name: Lint
on:
push:
branches:
permissions:
checks: write
contents: write
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
- name: Install packages
run: yarn install
- name: Run lint
run: yarn lint