Skip to content

Commit 87b3569

Browse files
authored
ci: use reusable prek workflow (#1508)
1 parent 4b0560e commit 87b3569

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@ permissions:
2121

2222
jobs:
2323
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-
with:
32-
# renovate: datasource=pypi dependency=prek
33-
prek-version: "0.3.1"
34-
env:
35-
SKIP: reuse-lint-file
24+
uses: opalmedapps/actions/.github/workflows/prek.yaml@main
25+
with:
26+
skip: reuse-lint-file
3627

3728
run-reuse-workflow:
3829
uses: opalmedapps/.github/.github/workflows/reuse.yaml@main

0 commit comments

Comments
 (0)