Skip to content

ci: add zizmor workflow #139

ci: add zizmor workflow

ci: add zizmor workflow #139

Workflow file for this run

name: YAML Lint
on: pull_request
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Run yamllint
uses: reviewdog/action-yamllint@v1