Compare commits
2 commits
1c08319fb5
...
d827ea2375
| Author | SHA1 | Date | |
|---|---|---|---|
| d827ea2375 | |||
| acb0a0d26e |
2 changed files with 4 additions and 3 deletions
|
|
@ -19,6 +19,9 @@ jobs:
|
|||
- name: Install the project
|
||||
run: nix develop .#impure --command bash -c "uv sync --locked --all-extras --dev"
|
||||
|
||||
- name: Check with Ruff
|
||||
run: nix develop .#impure --command bash -c "uv run ruff check"
|
||||
|
||||
- name: Test with PyTest
|
||||
run: nix develop .#impure --command bash -c "uv run pytest --junit-xml test-report.xml"
|
||||
|
||||
|
|
@ -30,8 +33,5 @@ jobs:
|
|||
path: test-report.xml
|
||||
reporter: java-junit
|
||||
|
||||
- name: Check with Ruff
|
||||
run: nix develop .#impure --command bash -c "uv run ruff check"
|
||||
|
||||
- name: Check with PyRight
|
||||
run: nix develop .#impure --command bash -c "uv run pyright"
|
||||
|
|
|
|||
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -176,3 +176,4 @@ pyrightconfig.json
|
|||
# End of https://www.toptal.com/developers/gitignore/api/python
|
||||
|
||||
.direnv
|
||||
test-report.xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue