Skip to content

Commit 740d30b

Browse files
committed
fix ci
1 parent f26b045 commit 740d30b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,10 @@ jobs:
2525

2626
- name: Install dependencies
2727
run: |
28-
cd backend
2928
uv sync --only-group lint
3029
3130
- name: Run lint
3231
run: |
33-
cd backend
3432
source .venv/bin/activate
35-
chmod 755 scripts/lint.sh
36-
./scripts/lint.sh
33+
chmod 755 backend/scripts/lint.sh
34+
./backend/scripts/lint.sh

0 commit comments

Comments
 (0)