eslint check action

This commit is contained in:
RB 2020-05-12 02:11:59 +08:00 committed by GitHub
parent d37eb5bc96
commit 230b87b541
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,10 @@
name: Lint
on: pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: hallee/eslint-action@master