Skip to content

Commit ff13d85

Browse files
authored
ci: Check that build steps didn’t change any files (#5373)
1 parent c4f1fe7 commit ff13d85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ jobs:
4343
- run: node ./bin/cake build:parser
4444
- run: node ./bin/cake build:full
4545
- 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

Comments
 (0)