Skip to content

ci: add zizmor workflow #136

ci: add zizmor workflow

ci: add zizmor workflow #136

Workflow file for this run

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