Skip to content

Merge pull request #5 from iambumblehead/use-main-rather-than-master-… #13

Merge pull request #5 from iambumblehead/use-main-rather-than-master-…

Merge pull request #5 from iambumblehead/use-main-rather-than-master-… #13

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