Skip to content

Commit

Permalink
CI: don't instruct the user to do npm run format (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jul 19, 2024
1 parent 1da1716 commit 8db9e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
# Ensure no changes, but ignore node_modules dir since dev/fresh ci deps installed.
run: |
git diff --exit-code --stat -- . ':!node_modules' \
|| (echo "##[error] found changed files after build. please 'npm run build && npm run format'" \
|| (echo "##[error] found changed files after build. please 'npm ci && npm run build'" \
"and check in all changes" \
&& exit 1)

0 comments on commit 8db9e52

Please sign in to comment.