Skip to content

Commit 83d273f

Browse files
committed
Update workflow file
1 parent 9c32c17 commit 83d273f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ruff.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: uv check
1+
name: ruff check
22

33
on: [pull_request]
44

@@ -13,16 +13,14 @@ jobs:
1313
with:
1414
version: "0.5.10"
1515
enable-cache: true
16-
cache-dependency-glob: "./aura/uv.lock"
16+
cache-dependency-glob: "./uv.lock"
1717

1818
- name: Set up Python
19-
working-directory: ./aura
2019
run: uv python install
2120

2221
- name: Install the project
23-
working-directory: ./aura
2422
run: uv sync --all-extras --dev
2523

2624
- name: Run code check
27-
working-directory: ./aura
25+
working-directory: ./src/aura
2826
run: uvx ruff check

0 commit comments

Comments
 (0)