Skip to content

Commit

Permalink
Fixes Check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 3, 2024
1 parent 743e446 commit 07cc8e3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ jobs:
Pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: actions/setup-python@v2
with:
python-version: 3.9.10
- uses: pre-commit/[email protected]
- uses: actions/setup-python@v3
- uses: pre-commit/[email protected]

0 comments on commit 07cc8e3

Please sign in to comment.