Skip to content

Commit 3c42d06

Browse files
committed
chore: simplify cicd
1 parent 59e70c6 commit 3c42d06

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
path: ~/.cache/pre-commit
1919
key: ${{ hashFiles('.pre-commit-config.yaml') }}
20-
- run: uv run pre-commit
20+
- run: uv run pre-commit run --all-files
2121

2222
test:
2323
runs-on: ubuntu-latest
@@ -28,7 +28,4 @@ jobs:
2828
- uses: astral-sh/setup-uv@v4
2929
with:
3030
enable-cache: true
31-
32-
- name: Run tests
33-
run: |
34-
uv run pytest
31+
- run: uv run pytest

0 commit comments

Comments
 (0)