Skip to content

Dev test

Dev test #23

Workflow file for this run

name: Lint
on: [ push, pull_request ]
env:
CI: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint