Skip to content

chore: linting

chore: linting #4

Workflow file for this run

name: Python toolkit checks

Check failure on line 1 in .github/workflows/python_package.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python_package.yml

Invalid workflow file

(Line: 17, Col: 9): There's not enough info to determine what you meant. Add one of these properties: cancel, run, shell, uses, wait, wait-all, with, working-directory
on:
push:
workflow_call:
env:
UV_VERSION: 0.9.5
jobs:
Tests:
runs-on: ubuntu-latest
strategy:
matrix:
PYTHON_VERSION: ["3.12", "3.13"]
steps:
- name: Checkout from GitHub
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
with:
version: ${{ env.UV_VERSION }}
python-version: ${{ matrix.PYTHON_VERSION }}
enable-cache: 'true'
cache-suffix: ${{ matrix.PYTHON_VERSION }}
- name: Test the library
run: |
uv run --directory divref --locked poe check-all