mirror of
https://github.com/goreleaser/goreleaser-action
synced 2026-07-08 10:47:30 +00:00
Add uncommited workflow (#17)
This commit is contained in:
@@ -27,11 +27,3 @@ jobs:
|
||||
-
|
||||
name: Test
|
||||
run: npm run test
|
||||
-
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user