Create Lint.yml

This commit is contained in:
DanielNoord
2020-12-24 10:58:01 +01:00
committed by GitHub
parent 6bb99ace11
commit d89c8e3a0f

12
.github/workflows/Lint.yml vendored Normal file
View 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/