Skip to content

added ci/cd and fixed lint errors #2

added ci/cd and fixed lint errors

added ci/cd and fixed lint errors #2

Workflow file for this run

name: CI
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Lint
run: |
npm install [email protected]
npx eslint . \
--config .eslint.config.js \
--ext .js