Skip to content

build(deps): bump the github-actions-all group with 2 updates #224

build(deps): bump the github-actions-all group with 2 updates

build(deps): bump the github-actions-all group with 2 updates #224

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
- testing-type: security-file-system
- testing-type: yamllint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6.0.2
- uses: schubergphilis/mcvs-general-action@v0.5.7
with:
testing-type: ${{ matrix.args.testing-type }}