This commit is contained in:
Opportunity
2020-07-07 21:09:00 +08:00
Unverified
parent c00817cabd
commit 534a7e7fc4
14 changed files with 746 additions and 1558 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ jobs:
# Ensure no changes
run: |
git add .
if ! git diff --cached --color=always --stat --exit-code; then
echo "::error::Found changed files after build. Please 'yarn build && npm run format' and check in all changes."
if ! git diff --cached --color=always --exit-code; then
echo "::error::Found changed files after build. Please run 'yarn release' and check in all changes."
exit 1
fi