Skip to content

fix: get PR title dynamically #8

fix: get PR title dynamically

fix: get PR title dynamically #8

Workflow file for this run

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
repository: ${{ github.repository }}
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.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