Skip to content

fix: update golangci-lint install URL from master to main #232

fix: update golangci-lint install URL from master to main

fix: update golangci-lint install URL from master to main #232

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