Skip to content

feat: add description field to Workflow and WorkflowFile (#40) (#41) #39

feat: add description field to Workflow and WorkflowFile (#40) (#41)

feat: add description field to Workflow and WorkflowFile (#40) (#41) #39

Workflow file for this run

name: QA
on:
pull_request:
push:
branches:
- main
jobs:
qa:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
run: uv sync --locked
- name: Run quality gate
run: make qa