Skip to content

fix: allow users to run only opa in a pipeline #61

fix: allow users to run only opa in a pipeline

fix: allow users to run only opa in a pipeline #61

Workflow file for this run

---
name: General
"on": pull_request
permissions:
contents: read
packages: read
jobs:
MCVS-general-action:
strategy:
matrix:
args:
- testing-type: lint-commit
- testing-type: lint-git
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5.0.0
- uses: schubergphilis/mcvs-general-action@v0.5.1
with:
testing-type: ${{ matrix.args.testing-type }}