Skip to content

Commit

Permalink
Make checks workflow re-usable (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cooney authored Dec 25, 2022
1 parent b905a66 commit 5b03a2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
pull_request:
branches:
- main
# Allow this workflow to be called from other workflows
workflow_call:
inputs:
# Requires at least one input to be valid, but in practice we don't need any
dummy:
type: string
required: false

permissions:
actions: write
Expand Down

0 comments on commit 5b03a2f

Please sign in to comment.