Skip to content

build: [#308] update packages that are not updated by dependabot #59

build: [#308] update packages that are not updated by dependabot

build: [#308] update packages that are not updated by dependabot #59

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 }}