Skip to content

CI | Analyze

CI | Analyze #6

Workflow file for this run

---
name: CI / Analyze
run-name: CI | Analyze
concurrency:
group: ${{ github.workflow_ref }}-${{ github.ref }}
cancel-in-progress: true
"on":
pull_request:
branches:
- main
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.12'
- name: Install yamllint
run: pip install yamllint
- name: Lint YAML
run: yamllint --strict .