Update CheckMainFile.yml
This commit is contained in:
6
.github/workflows/CheckMainFile.yml
vendored
6
.github/workflows/CheckMainFile.yml
vendored
@@ -9,8 +9,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cat ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js > CookieMonsterTest.js
|
cat ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js > CookieMonsterTest.js
|
||||||
if cmp -s CookieMonster.js CookieMonsterTest.js; then
|
if cmp -s CookieMonster.js CookieMonsterTest.js; then
|
||||||
echo '### SUCCESS: CookieMonster is correctly built! ###'
|
echo '### SUCCESS: CookieMonster is correctly built! ###'
|
||||||
else
|
else
|
||||||
echo ### WARNING: CookieMonster.js does not seem to be correct. Have you compiled the source files into the final file using either of the combine files? ###
|
echo '### WARNING: CookieMonster.js does not seem to be correct. Have you compiled the source files into the final file using either of the combine files? ###'
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user