depot + cleanup (#22)
This commit is contained in:
parent
c90b4e01ab
commit
72dfa3c1e3
3 changed files with 2 additions and 3 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -9,7 +9,7 @@ on:
|
|||
jobs:
|
||||
ruff:
|
||||
environment: development
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: depot-ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
|
|
|
|||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: depot-ubuntu-22.04
|
||||
environment:
|
||||
name: development
|
||||
steps:
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -22,7 +22,6 @@ format:
|
|||
# Lint code
|
||||
lint:
|
||||
$(RUFF) check
|
||||
$(MYPY) --install-types --non-interactive .
|
||||
$(MYPY) . --show-column-numbers --show-error-codes --pretty
|
||||
|
||||
# Run tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue