Skip to content

Add pre commit hooks #7

Add pre commit hooks

Add pre commit hooks #7

Workflow file for this run

name: Hooks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pre-commit-hooks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: actions/setup-python@v5

Check failure on line 14 in .github/workflows/quality.yml

View workflow run for this annotation

GitHub Actions / Hooks

Invalid workflow file

The workflow is not valid. .github/workflows/quality.yml (Line: 14, Col: 7): 'uses' is already defined
with:
python-version: '3.11'
- uses: snok/install-poetry@v1
with:
virtualenvs-create: false
- name: Install Dependancies
run: |
poetry install --no-root --no-interaction
- uses: pre-commit/[email protected]