1 Commits

Author SHA1 Message Date
a3c2e2d64b fix ci
Some checks failed
Pre-commit / pre-commit (pull_request) Failing after 16s
2025-05-12 19:44:42 +03:00

View File

@@ -41,6 +41,9 @@ jobs:
with:
python-version: '3.12'
- name: Install deps
run: apt-get update && apt-get install gettext bc
- run: pip install pre-commit
- run: pre-commit install
- run: pre-commit run --all-files