Skip to content

Commit

Permalink
Step "Check with eslint"
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcsid authored Sep 1, 2023
1 parent e765d06 commit f7eba9f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
npm ci
npm run build --if-present
npm run test:unit
# TODO: evtl. hinzufügen
# npm run lint
- name: Check with eslint
run: |
npm install
npm run check
- name: Archive npm artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f7eba9f

Please sign in to comment.