Skip to content

Add linting workflow #1

Add linting workflow

Add linting workflow #1

Workflow file for this run

name: Lint check
on:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- name: Run lint check
run: yarn lint