Skip to content

Merge pull request #244 from iambumblehead/use-main-rather-than-master #842

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

Merge pull request #244 from iambumblehead/use-main-rather-than-master #842

Workflow file for this run

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