ci: Check that build steps didn’t change any files (#5373)

This commit is contained in:
Erik Demaine
2021-09-16 18:04:51 -04:00
committed by GitHub
parent c4f1fe7132
commit ff13d85625

View File

@@ -43,3 +43,6 @@ jobs:
- run: node ./bin/cake build:parser
- run: node ./bin/cake build:full
- run: node ./bin/cake build:browser
- run: git diff --exit-code
if: matrix.node-version != '6.x' && matrix.node-version != '8.x'