From 2eb56918642e88d6c0c08190652cd16790c217ce Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Mon, 12 Aug 2024 08:39:33 +0200 Subject: [PATCH] Include enhanced spellcheck badge in README.md Signed-off-by: Sergio Arroutbi --- .github/workflows/deploy.yaml | 2 +- .github/workflows/spellcheck-enhanced.yaml | 2 +- README.md | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f308aafe..46d8cc9d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -52,5 +52,5 @@ jobs: - name: Deploy and Scorecard run: | sh .github/workflows/scripts/retrieve_and_run_operator_sdk \ - "v1.36.0" "5m" "quay.io/sec-eng-special/tang-operator-bundle" \ + "v1.36.0" "3m" "quay.io/sec-eng-special/tang-operator-bundle" \ "${GITHUB_HEAD_REF}" diff --git a/.github/workflows/spellcheck-enhanced.yaml b/.github/workflows/spellcheck-enhanced.yaml index eab25ccf..eb049947 100644 --- a/.github/workflows/spellcheck-enhanced.yaml +++ b/.github/workflows/spellcheck-enhanced.yaml @@ -1,5 +1,5 @@ --- -name: "Spellcheck Enhanced" +name: "Enhanced Spellcheck" "on": push: branches: [main] diff --git a/README.md b/README.md index 10ba9f4e..9eb4bfa5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ [![Default compilation, tests and deploy](https://github.com/latchset/tang-operator/actions/workflows/deploy.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/deploy.yaml)\ [![Cross compilation](https://github.com/latchset/tang-operator/actions/workflows/cross_compile.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/cross_compile.yaml)\ +[![Enhanced Spellcheck](https://github.com/latchset/tang-operator/actions/workflows/spellcheck-enhanced.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/spellcheck-enhanced.yaml)\ [![Golang CI lint](https://github.com/latchset/tang-operator/actions/workflows/golangci-lint.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/golangci-lint.yaml)\ [![Staticcheck](https://github.com/latchset/tang-operator/actions/workflows/staticcheck.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/staticcheck.yaml)\ [![Shellcheck](https://github.com/latchset/tang-operator/actions/workflows/shellcheck.yaml/badge.svg)](https://github.com/latchset/tang-operator/actions/workflows/shellcheck.yaml)\