Skip to content

Commit

Permalink
Fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
rounak-adhikary committed Sep 29, 2023
1 parent 4575bac commit e1e0f45
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 @@ -56,7 +56,7 @@ jobs:
- name: Run the formatter, linter, and vetter
uses: dell/common-github-actions/go-code-formatter-linter-vetter@main
with:
directories: ./redfish # TBD ./...
directories: ./redfish/... # TBD ./...
sanitize:
name: Check for forbidden words
runs-on: ubuntu-latest
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Run the forbidden words scan
uses: dell/common-github-actions/code-sanitizer@main
with:
args: ./redfish # TBD ./
args: /github/workspace/redfish # TBD /github/workspace

build:
name: Build
Expand Down

0 comments on commit e1e0f45

Please sign in to comment.