Bump docker/setup-buildx-action from 79abd3f86f79a9d68a23c75a09a9a85889262adf to 0f069ddc17b8eb78586b08a7fe335fd54649e2d3 #31
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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/checkout@v4 | |
- uses: schubergphilis/mcvs-pr-validation-action@v0.1.1 |