Skip to content

chore: Add 'virtualenv' to cspell configuration #66

chore: Add 'virtualenv' to cspell configuration

chore: Add 'virtualenv' to cspell configuration #66

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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
persist-credentials: false
repository: ${{ github.repository }}
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.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