mirror of
https://github.com/msoedov/agentic_security.git
synced 2026-06-23 21:59:57 +02:00
fix(pc):
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: Pre-Commit Checks
|
||||
|
||||
env:
|
||||
POETRY_VERSION: "1.8.5"
|
||||
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
@@ -15,7 +19,9 @@ jobs:
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Install poetry
|
||||
run: pipx install poetry==$POETRY_VERSION
|
||||
- name: Install pre-commit
|
||||
run: pip install pre-commit==4.5.0
|
||||
run: poetry install
|
||||
- name: Run pre-commit
|
||||
run: pre-commit run --all-files
|
||||
|
||||
Reference in New Issue
Block a user