dev #9

Merged
avm merged 100 commits from dev into main 2026-03-17 16:06:44 +03:00
Showing only changes of commit 0122834c8f - Show all commits

View File

@@ -40,13 +40,13 @@ jobs:
run: | run: |
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
source .venv/bin/activate source .venv/bin/activate
ruff check . ruff check src/
- name: Run Ruff formatting check - name: Run Ruff formatting check
run: | run: |
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
source .venv/bin/activate source .venv/bin/activate
ruff format . --check ruff format src/ --check
test: test:
name: Run Tests name: Run Tests