Skip to content

Commit 8624a19

Browse files
committed
ci: teste pre-commit-ci
1 parent 6b56d37 commit 8624a19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
poetry export --with dev --format=requirements.txt --output=requirements.txt
2020
- name: set PY
2121
run: echo "PY=$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')" >> $GITHUB_ENV
22-
- uses: actions/cache@v4
23-
with:
24-
path: ~/.cache/pre-commit
25-
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
26-
- uses: pre-commit/action@v3.0.1
22+
# - uses: actions/cache@v4
23+
# with:
24+
# path: ~/.cache/pre-commit
25+
# key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
26+
# - uses: pre-commit/action@v3.0.1
2727
- uses: pre-commit-ci/lite-action@v1.0.2
2828
if: always()

0 commit comments

Comments
 (0)