Skip to content

first commit

first commit #1

Workflow file for this run

name: Lint
on: [push]
jobs:
linter:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: |
npm ci
npm run lint