Skip to content

Commit

Permalink
all-successful
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 2, 2025
1 parent 9110a5c commit a4c297c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
all-successful:
if: always()
runs-on: ubuntu-latest
needs:
- lint
steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/[email protected]
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit a4c297c

Please sign in to comment.