Skip to content

Commit

Permalink
build: [#58] Add PR validation action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Aug 2, 2024
1 parent 408ca75 commit 02ce4a6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mcvs-pr-validation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: MCVS-PR-validation-action
"on":
pull_request:
types:
- edited
- opened
- reopened
- synchronize
workflow_call:
jobs:
MCVS-PR-validation-action:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected]

0 comments on commit 02ce4a6

Please sign in to comment.