Skip to content

Commit

Permalink
Disabled ShellCheck and Trivy (overkill)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotte committed Apr 7, 2024
1 parent de378f2 commit 24e5f7b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
permissions: { id-token: write, pages: write }
uses: dmotte/misc/.github/workflows/cicd-with-script.yml@main
with:
# These would be overkill here
run-shellcheck: false
run-trivy: false

script: >
MKDOCS_DEPS=mkdocs-material,mkdocs-minify-plugin,pymdown-extensions
MKDOCS_DOCS_SRC=. MKDOCS_DOCS_DST=mkdocs-docs
Expand Down

0 comments on commit 24e5f7b

Please sign in to comment.