We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c28fa1 commit 66daccbCopy full SHA for 66daccb
.github/workflows/ci.yml
@@ -317,6 +317,9 @@ jobs:
317
- name: Run tests
318
run: node scripts/test.js -all
319
320
+ - name: Check for diffs in tests folder
321
+ run: git diff --ignore-cr-at-eol --exit-code tests
322
+
323
- name: Run gentype tests
324
if: runner.os != 'Windows'
325
run: make -C tests/gentype_tests/typescript-react-example clean test
0 commit comments