Skip to content

feat: delete comment #13

feat: delete comment

feat: delete comment #13

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run eslint
run: |
npm ci
npm run lint