Skip to content

Commit

Permalink
fix(ci): mark config validator warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
yannispgs committed Nov 16, 2023
1 parent 788972e commit c4197c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install dependencies
run: yarn install --immutable
- name: Validate Presets config
run: yarn test
run: yarn test --strict

0 comments on commit c4197c9

Please # to comment.