Remove format step

This commit is contained in:
Danny McCormick 2019-08-09 16:09:30 -04:00 committed by GitHub
parent 546f133a4f
commit 768ad92772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)