Skip to content

DO-1802: Add Yamllinting, actionlinting and zizmor static analysis #2

DO-1802: Add Yamllinting, actionlinting and zizmor static analysis

DO-1802: Add Yamllinting, actionlinting and zizmor static analysis #2

Workflow file for this run

name: CI
on:
pull_request:
jobs:
checks:
name: Lint & Static Analysis
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read # only needed for private or internal repos
actions: read # only needed for private or internal repos
steps:
- uses: actions/checkout@v6
- name: yamllint
run: yamllint .
- name: actionlint
uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2
- name: zizmor
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2