mirror of https://github.com/wg-easy/wg-easy
5 changed files with 33 additions and 3 deletions
@ -0,0 +1,23 @@ |
|||||
|
name: Lint |
||||
|
|
||||
|
on: |
||||
|
push: |
||||
|
branches: |
||||
|
- master |
||||
|
- production |
||||
|
pull_request: |
||||
|
|
||||
|
jobs: |
||||
|
lint: |
||||
|
name: Lint |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: actions/checkout@v2 |
||||
|
- uses: actions/setup-node@v1 |
||||
|
with: |
||||
|
node-version: '14' |
||||
|
|
||||
|
- run: | |
||||
|
cd src |
||||
|
npm ci |
||||
|
npm run lint |
Loading…
Reference in new issue