Skip to content

test: switch runner from mocha to node builtin #24

test: switch runner from mocha to node builtin

test: switch runner from mocha to node builtin #24

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