Skip to content

Commit

Permalink
add pre-commit ci lite for automated fixes (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Dec 9, 2024
1 parent 2cf9967 commit c6630d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
steps:
# checks out the repo
- uses: actions/checkout@v4
# run pre-commit
- name: Python setup
uses: actions/setup-python@v5
with:
Expand All @@ -24,7 +23,11 @@ jobs:
python -m pip install poetry
- name: Install environment
run: poetry install --no-interaction --no-ansi
# run pre-commit
- uses: pre-commit/action@v3.0.1
# run pre-commit ci lite for automated fixes
- uses: pre-commit-ci/lite-action@v1.1.0
if: ${{ !cancelled() }}
run_tests:
strategy:
matrix:
Expand Down

0 comments on commit c6630d5

Please sign in to comment.