Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c46236b

Browse files
committed
oops, fix the prek-action pin
1 parent c8f850c commit c46236b

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129
ruff format --check
130130
131131
- name: "Run prek checks"
132-
uses: j178/prek-action@dd53c3d715e3a94dc7ecc947891b9887371e21fe # v0.3.6
132+
uses: j178/prek-action@79f765515bd648eb4d6bb1b17277b7cb22cb6468 # v2.0.0

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ repos:
2525
# hooks:
2626
# - id: check-github-workflows
2727

28-
- repo: https://github.com/rhysd/actionlint
29-
rev: v1.7.11
30-
hooks:
31-
- id: actionlint
28+
# This doesn't understand environment/deployment yet:
29+
#- repo: https://github.com/rhysd/actionlint
30+
# rev: v1.7.11
31+
# hooks:
32+
# - id: actionlint
3233

3334
- repo: https://github.com/abravalheri/validate-pyproject
3435
rev: v0.25

0 commit comments

Comments
 (0)