ci: node action for checkout action
Some checks failed
ci / lint_and_test (push) Failing after 1s

This commit is contained in:
Chris Milne 2026-06-08 14:21:11 +01:00
parent 9f348d8549
commit 5d2420261c

View file

@ -11,7 +11,12 @@ jobs:
container:
image: ghcr.io/astral-sh/uv:alpine
steps:
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: actions/checkout@v4
with:
submodules: true
- run: uv python install # Gets Python version from pyproject.toml
- run: uv sync
- run: ruff check