We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0560e commit 87b3569Copy full SHA for 87b3569
.github/workflows/ci.yml
@@ -21,18 +21,9 @@ permissions:
21
22
jobs:
23
lint:
24
- runs-on: ubuntu-latest
25
- steps:
26
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
- with:
28
- persist-credentials: false
29
- - uses: j178/prek-action@564dda4cfa5e96aafdc4a5696c4bf7b46baae5ac # v1.1.0
30
- if: '!cancelled()'
31
32
- # renovate: datasource=pypi dependency=prek
33
- prek-version: "0.3.1"
34
- env:
35
- SKIP: reuse-lint-file
+ uses: opalmedapps/actions/.github/workflows/prek.yaml@main
+ with:
+ skip: reuse-lint-file
36
37
run-reuse-workflow:
38
uses: opalmedapps/.github/.github/workflows/reuse.yaml@main
0 commit comments