Skip to content

add lint workflow

add lint workflow #1

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm i
- name: Run ESLint
run: eslint .