Skip to content

Merge pull request #53 from iambumblehead/change-to-main #42

Merge pull request #53 from iambumblehead/change-to-main

Merge pull request #53 from iambumblehead/change-to-main #42

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