Skip to content

Commit

Permalink
Merge pull request #644 from Aktanusa/dev
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
DanielNoord authored Mar 14, 2021
2 parents 5a3627b + 2b3b9a6 commit 0cd5732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ jobs:
echo '### WARNING: CookieMonster.js does not seem to be correct. Make sure to run "npm run build" after saving all your changes! ###'
exit 1
fi
if cmp <(head -n 2 CookieMonster.js) <(head -n 2 test/CookieMonster.js); then
echo '### SUCCESS: CookieMonster is correctly built! ###'
else
echo '### WARNING: Make sure to move the file from the /dist folder to the main folder. Otherwise Github Pages won't notice it ###'
exit 1
fi
Binary file modified CookieMonster.js
Binary file not shown.

0 comments on commit 0cd5732

Please sign in to comment.