Create lint.yml

This commit is contained in:
RB 2020-05-13 17:06:31 +08:00 committed by GitHub
parent 755d943180
commit 31fddb68e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
.github/workflows/lint.yml vendored Normal file
View file

@ -0,0 +1,11 @@
name: Lint
on: [push]
jobs:
eslint-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm install & npm run lint