Skip to content

build: dependency-injection-action-check #252

build: dependency-injection-action-check

build: dependency-injection-action-check #252

Workflow file for this run

# yamllint disable rule:line-length
---
name: General
"on":
pull_request:
permissions:
contents: read
packages: read
jobs:
MCVS-general-action:
strategy:
matrix:
args:
- testing-type: lint-action
- 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@3d3c42e5aac5ba805825da76410c181273ba90b1
with:
persist-credentials: false
- uses: schubergphilis/mcvs-general-action@dependency-injection-action-check
with:
testing-type: ${{ matrix.args.testing-type }}