Skip to content

Merge pull request #252 from iambumblehead/remove-condition-preventin… #872

Merge pull request #252 from iambumblehead/remove-condition-preventin…

Merge pull request #252 from iambumblehead/remove-condition-preventin… #872

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