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 c4f1fe7 commit ff13d85Copy full SHA for ff13d85
.github/workflows/continuous-integration.yml
@@ -43,3 +43,6 @@ jobs:
43
- run: node ./bin/cake build:parser
44
- run: node ./bin/cake build:full
45
- run: node ./bin/cake build:browser
46
+
47
+ - run: git diff --exit-code
48
+ if: matrix.node-version != '6.x' && matrix.node-version != '8.x'
0 commit comments