Skip to content

Bump c8 from 8.0.1 to 10.1.2 (#8) #39

Bump c8 from 8.0.1 to 10.1.2 (#8)

Bump c8 from 8.0.1 to 10.1.2 (#8) #39

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 18
- name: npm install
run: npm i
- name: npm run lint
run: npm run lint