This commit is contained in:
parent
9f348d8549
commit
5d2420261c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue