Skip to content

Commit

Permalink
test: lint PRs on synchronize events
Browse files Browse the repository at this point in the history
Since synchronize events clears the status checks, it needs to be re-run.
  • Loading branch information
Sam Harrison committed Apr 21, 2022
1 parent 51dc4fe commit 52021bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Lint PR
on:
pull_request_target:
types: [ opened, edited, reopened ]
types: [ opened, edited, synchronize, reopened ]

jobs:
validate:
Expand Down

0 comments on commit 52021bd

Please sign in to comment.