Skip to content

chore: add .editorconfig for consistent code formatting #810

chore: add .editorconfig for consistent code formatting

chore: add .editorconfig for consistent code formatting #810

Workflow file for this run

name: Zizmor
on:
push:
branches: ['main']
pull_request:
branches: ['**']
permissions: {}
jobs:
zizmor:
name: zizmor
runs-on: ubuntu-latest
permissions:
contents: read
actions: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b #v7.2.0
with:
enable-cache: false
- name: Run zizmor
run: uvx zizmor@1.22.0 .github/workflows -v -p --min-severity=medium