Skip to content

Commit

Permalink
Update checkin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored May 30, 2024
1 parent 8913bd4 commit 9cc09a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "PR Checks"
on: [pull_request, push]

jobs:
on: [pull_request, push]

jobs:
check_pr:
runs-on: ubuntu-latest
steps:
Expand All @@ -22,4 +23,4 @@ name: "PR Checks"
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)

0 comments on commit 9cc09a4

Please sign in to comment.