Skip to content

fix: bad check for headers #137

fix: bad check for headers

fix: bad check for headers #137

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: npm install
- run: npm run lint