Skip to content

Commit

Permalink
Fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak-adhikary committed Sep 29, 2023
1 parent c8e493c commit 4575bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.
# When `install-mode` is `goinstall` the value can be v1.2.3, `latest`, or the hash of a commit.
version: v1.54
code-check:
code-check:
name: Check Go formatting, linting, vetting
runs-on: ubuntu-latest
steps:
Expand All @@ -57,7 +57,7 @@ jobs:
uses: dell/common-github-actions/go-code-formatter-linter-vetter@main
with:
directories: ./redfish # TBD ./...
sanitize:
sanitize:
name: Check for forbidden words
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4575bac

Please sign in to comment.