Skip to content

Commit

Permalink
chore: add true to lint pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Sep 12, 2024
1 parent 00e1af4 commit ea8a13b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- name: Install dependencies
run: yarn

# - name: Linter
# run: yarn eslint . --format json --output-file reports/eslint-report.json
- name: Linter
run: (yarn eslint . --format json --output-file reports/eslint-report.json) || true

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

0 comments on commit ea8a13b

Please sign in to comment.