Skip to content

feat: run tests via gotestsum to report the number of tests per testing type #250

feat: run tests via gotestsum to report the number of tests per testing type

feat: run tests via gotestsum to report the number of tests per testing type #250

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