2 Commits

Author SHA1 Message Date
56b9f3211c ci: add simple workflow for pre-commit 2025-05-12 19:22:50 +03:00
fae63e28f9 fix license-header.tmpl 2025-05-12 19:22:28 +03:00

View File

@@ -37,7 +37,7 @@ jobs:
go-version: '1.23' go-version: '1.23'
- name: Set up Python for pre-commit - name: Set up Python for pre-commit
- uses: https://github.com/actions/setup-python@v5 uses: https://github.com/actions/setup-python@v5
with: with:
python-version: '3.12' python-version: '3.12'