ci: add simple workflow for pre-commit #82

Merged
Maks1mS merged 5 commits from Maks1mS/ALR:ci into master 2025-05-12 17:15:32 +00:00
Showing only changes of commit 750513b119 - Show all commits

View File

@@ -40,6 +40,9 @@ jobs:
uses: https://github.com/actions/setup-python@v5
with:
python-version: '3.12'
- name: Install deps
run: apt-get update && apt-get install -y gettext bc
- run: pip install pre-commit
- run: pre-commit install