Skip to content

docs(website): wrap kit sections in accordions and add under-construc… #357

docs(website): wrap kit sections in accordions and add under-construc…

docs(website): wrap kit sections in accordions and add under-construc… #357

Workflow file for this run

name: GitHub Actions Security Analysis with zizmor 🌈
on:
push:
branches:
- main
pull_request:
branches:
- "**"
permissions: {}
jobs:
zizmor:
name: Run zizmor 🌈
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- name: Run zizmor 🌈
run: uvx zizmor --format=github .
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}