Create Lint.yml
This commit is contained in:
12
.github/workflows/Lint.yml
vendored
Normal file
12
.github/workflows/Lint.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: Lint
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
eslint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- uses: stefanoeb/eslint-action@1.0.2
|
||||||
|
with:
|
||||||
|
files: src/
|
||||||
Reference in New Issue
Block a user