Skip to content

Commit

Permalink
chore: try to add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Aug 20, 2024
1 parent a791200 commit 6d06a6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
# - name: Tests & Coverage
# run: npm run test:cov

- name: Linter
run: yarn eslint . --format json --output-file reports/tslint-report.json

- name: Test and coverage
run: yarn jest --coverage
Expand Down

0 comments on commit 6d06a6f

Please sign in to comment.