diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 758a2f2..5be9025 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -29,8 +29,9 @@ jobs: python -m pip install -r requirements.txt python -m pip install -r requirements-dev.txt - name: Run pre-commit - run: | - pre-commit run --all-files --verbose --show-diff-on-failure + uses: pre-commit/action@v3.0.0 + with: + extra_args: --all-files --verbose --show-diff-on-failure - name: Test with pytest run: | pytest -vv