Skip to content

fix: golangci install version was not working due to v prefix #208

fix: golangci install version was not working due to v prefix

fix: golangci install version was not working due to v prefix #208

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.3
with:
testing-type: ${{ matrix.args.testing-type }}