Skip to content

Update package.json #47

Update package.json

Update package.json #47

Workflow file for this run

name: eslint-check
on:
push:
branches:
- "*"
pull_request:
branches:
- '*'
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm run eslint