Skip to content

Commit

Permalink
Add pre-commit CI lite for automated fixes (#132)
Browse files Browse the repository at this point in the history
* add pre-commit ci lite for automated fixes

* Update run-tests.yml
  • Loading branch information
d33bs authored Dec 9, 2024
1 parent f293335 commit da67d68
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 @@ -19,7 +19,6 @@ jobs:
fetch-depth: 0
- name: Fetch tags
run: git fetch --all --tags
# run pre-commit
- name: Python setup
uses: actions/setup-python@v5
with:
Expand All @@ -30,7 +29,11 @@ jobs:
poetry self add "poetry-dynamic-versioning[plugin]"
- 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 da67d68

Please sign in to comment.