Skip to content

Update eslint.yml

Update eslint.yml #3

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ci
run: npm ci
- name: ESLint
run: npm run lint