Skip to content

Commit

Permalink
Fix pre-commit/action execution (#31)
Browse files Browse the repository at this point in the history
* Fix pre-commit/action execution

Related: pre-commit/action#210

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
ssbarnea and pre-commit-ci[bot] authored Oct 16, 2024
1 parent 1113432 commit 13c96ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.1

check:
Expand Down

0 comments on commit 13c96ae

Please sign in to comment.