Skip to content

chore: align documentation tooling with Fleet standard #295

chore: align documentation tooling with Fleet standard

chore: align documentation tooling with Fleet standard #295

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 2
- uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
cache: pnpm
- uses: actions/setup-python@v6
with:
python-version: '3.12'
- run: pnpm install --frozen-lockfile --ignore-scripts
- run: python -m pip install lizard==1.23.0
- run: pnpm quality