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 ce1836b646 - Show all commits

View File

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