Исправление работоспособности pre-commit.yaml
Some checks failed
Pre-commit / pre-commit (push) Failing after 6m27s
Some checks failed
Pre-commit / pre-commit (push) Failing after 6m27s
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user