Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/typescript-5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge committed Jul 19, 2024
2 parents 869dd0c + 8db9e52 commit 968ae38
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 968ae38

Please sign in to comment.