Skip to content

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10 #85

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10

Remove ASTRA narrative field from skills; bump astra-tools to 0.2.10 #85

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
if: github.event_name == 'push' || github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v6
with:
python-version: "3.13"
enable-cache: true
activate-environment: true
- name: Install dependencies
run: uv sync --group dev
- name: Ruff
run: ruff check src/ tests/
- name: Mypy
run: mypy src/