Skip to content

Commit

Permalink
Fail CI on lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Jul 12, 2022
1 parent b557386 commit 3f99f41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version: 14.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn lint --max-warnings 0
- run: yarn checkTs
- run: yarn build

Expand Down

0 comments on commit 3f99f41

Please sign in to comment.