Skip to content

Merge pull request #292 from iambumblehead/remove-node-16-test-from-t… #989

Merge pull request #292 from iambumblehead/remove-node-16-test-from-t…

Merge pull request #292 from iambumblehead/remove-node-16-test-from-t… #989

Workflow file for this run

name: lint
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
node-version: 20
- run: npm install
- run: npm run lint