mirror of
https://github.com/actions/typescript-action.git
synced 2025-04-06 07:19:51 +00:00
Remove format step
This commit is contained in:
5
.github/workflows/checkin.yml
vendored
5
.github/workflows/checkin.yml
vendored
@ -16,13 +16,10 @@ jobs:
|
||||
- name: "npm run test"
|
||||
run: npm run test
|
||||
|
||||
- name: "check format"
|
||||
run: npm run format-check
|
||||
|
||||
- name: "check for uncommitted changes"
|
||||
# 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'" \
|
||||
"and check in all changes" \
|
||||
&& exit 1)
|
||||
&& exit 1)
|
||||
|
Reference in New Issue
Block a user