Skip to content

fix path

fix path #50

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Setup npm
run: npm install -g [email protected]
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run lint