Do not use makefile

This commit is contained in:
Ayaz Salikhov
2022-08-22 15:21:46 +04:00
parent e53d73bddf
commit 1784ef4403

View File

@@ -30,4 +30,4 @@ jobs:
pip install --upgrade pre-commit
- name: Run pre-commit hooks ✅
run: make pre-commit-all
run: pre-commit run --all-files --hook-stage manual