depot + cleanup (#22)

This commit is contained in:
Daniel Chalef 2024-08-22 15:16:15 -07:00 committed by GitHub
parent c90b4e01ab
commit 72dfa3c1e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: depot-ubuntu-22.04
environment:
name: development
steps:

View file

@ -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