Add: github action for linting

This commit is contained in:
Efremov Alexey 2021-08-30 18:01:47 +03:00
parent f27ffb39a7
commit b3e2808e7a
1 changed files with 13 additions and 0 deletions

13
.github/workflows/lint.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: stefanoeb/eslint-action@1.0.2
working-directory: ./js
with:
files: js/packages