Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Mar 25, 2024
1 parent 15853e8 commit fe9fa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pr-lint.w
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub class PullRequestLintWorkflow {
"run": "wing compile generate-workflows.main.w",
},
{
"name": "Detect changes",
"run": "git diff --exit-code",
"name": "Detect git diff, or raise error message",
"run": "git diff --exit-code || (echo 'Please run \"wing compile generate-workflows.main.w\" and commit any changes to your branch.' && exit 1)",
},
],
},
Expand Down

0 comments on commit fe9fa4f

Please sign in to comment.