Skip to content

fix: Test trigger label #6

fix: Test trigger label

fix: Test trigger label #6

Workflow file for this run

---
name: "pr-yamllint"
on:
pull_request:
types:
- opened
- synchronize
push:
branches:
- '**'
#permissions:
# contents: read
# issues: write
# pull-requests: write
jobs:
yamllint:
uses: schubergphilis/mcaf-github-workflows/.github/workflows/pr-yamllint.yml@feature/yamllint_workflow