We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc1b0e commit 9bcba77Copy full SHA for 9bcba77
1 file changed
.github/workflows/ci.yaml
@@ -64,7 +64,8 @@ jobs:
64
with:
65
path: ${{ matrix.skill }}
66
validate-references: 'true'
67
- skip-checks: 'name-match-directory'
+ fail-on-warning: 'true'
68
+ ignore-rules: 'name-match-directory,unknown-field'
69
- name: Check results
70
if: always()
71
run: |
0 commit comments