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:
|
jobs:
|
||||||
ruff:
|
ruff:
|
||||||
environment: development
|
environment: development
|
||||||
runs-on: ubuntu-latest
|
runs-on: depot-ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
2
.github/workflows/unit_tests.yml
vendored
2
.github/workflows/unit_tests.yml
vendored
|
|
@ -8,7 +8,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: depot-ubuntu-22.04
|
||||||
environment:
|
environment:
|
||||||
name: development
|
name: development
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -22,7 +22,6 @@ format:
|
||||||
# Lint code
|
# Lint code
|
||||||
lint:
|
lint:
|
||||||
$(RUFF) check
|
$(RUFF) check
|
||||||
$(MYPY) --install-types --non-interactive .
|
|
||||||
$(MYPY) . --show-column-numbers --show-error-codes --pretty
|
$(MYPY) . --show-column-numbers --show-error-codes --pretty
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue