Skip to content

Commit

Permalink
build: [#64] Add PR validation action (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb authored Aug 2, 2024
1 parent f76f7bb commit 0c30e5c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/mcvs-pr-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: MCVS-PR-validation-action
"on":
pull_request:
types:
- edited
- opened
- reopened
- synchronize
workflow_call:
permissions:
contents: read
pull-requests: read
jobs:
MCVS-PR-validation-action:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]

0 comments on commit 0c30e5c

Please sign in to comment.