Skip to content

Merge pull request #61 from coder13/chore/node22-actions-v4 #92

Merge pull request #61 from coder13/chore/node22-actions-v4

Merge pull request #61 from coder13/chore/node22-actions-v4 #92

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint