Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f850c commit c46236bCopy full SHA for c46236b
2 files changed
.github/workflows/tests.yml
@@ -129,4 +129,4 @@ jobs:
129
ruff format --check
130
131
- name: "Run prek checks"
132
- uses: j178/prek-action@dd53c3d715e3a94dc7ecc947891b9887371e21fe # v0.3.6
+ uses: j178/prek-action@79f765515bd648eb4d6bb1b17277b7cb22cb6468 # v2.0.0
.pre-commit-config.yaml
@@ -25,10 +25,11 @@ repos:
25
# hooks:
26
# - id: check-github-workflows
27
28
- - repo: https://github.com/rhysd/actionlint
29
- rev: v1.7.11
30
- hooks:
31
- - id: actionlint
+ # This doesn't understand environment/deployment yet:
+ #- repo: https://github.com/rhysd/actionlint
+ # rev: v1.7.11
+ # hooks:
32
+ # - id: actionlint
33
34
- repo: https://github.com/abravalheri/validate-pyproject
35
rev: v0.25
0 commit comments