Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ permissions:

jobs:
lint:
uses: opalmedapps/actions/.github/workflows/prek.yaml@main
uses: opalmedapps/actions/.github/workflows/prek.yaml@9d20dc43687635178ec6bd4bd7a7cda5db481284 # main
with:
skip: markdownlint-cli2,reuse-lint-file

run-reuse-workflow:
uses: opalmedapps/.github/.github/workflows/reuse.yaml@main
uses: opalmedapps/.github/.github/workflows/reuse.yaml@c4370fac27e3347093784a56e2eaca34f7c4e283 # main

markdownlint:
permissions:
Expand All @@ -37,7 +37,7 @@ jobs:
# https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github#example-workflow-for-sarif-files-generated-outside-of-a-repository
security-events: write

uses: opalmedapps/.github/.github/workflows/markdownlint.yaml@main
uses: opalmedapps/.github/.github/workflows/markdownlint.yaml@c4370fac27e3347093784a56e2eaca34f7c4e283 # main
with:
semantic-linebreak: false
mkdocs-material-linter: true
Expand Down