Исправление работоспособности pre-commit.yaml
Some checks failed
Pre-commit / pre-commit (push) Failing after 6m27s

This commit is contained in:
2025-08-26 22:14:01 +03:00
parent 51fa7ca6fb
commit aa42ab0607

View File

@@ -19,7 +19,7 @@ name: Pre-commit
on: on:
push: push:
branches: [ main ] branches: [ master ]
pull_request: pull_request:
@@ -44,7 +44,7 @@ jobs:
python-version: '3.12' python-version: '3.12'
- name: Install deps - name: Install deps
run: apt-get update && apt-get install -y gettext bc run: sudo apt-get update && sudo apt-get install -y gettext bc
- run: pip install pre-commit - run: pip install pre-commit
- run: pre-commit install - run: pre-commit install