Skip to content

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling #72

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling

fix: split release-drafter into dedicated reusable workflows for drafting and PR labeling #72

Workflow file for this run

name: Lint CI workflows
on:
workflow_call:
push:
branches: [main]
pull_request:
branches: [main]
permissions: {}
jobs:
check-ci-workflows:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
repository: ${{ github.repository }}
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.x'
- name: Run zizmor
env:
GH_TOKEN: ${{ github.token }}
FORCE_COLOR: 1
run: pipx run zizmor --format=github .github/workflows/*.yml