Skip to content

Commit

Permalink
Merge pull request hashicorp#37648 from hashicorp/d-make-last-fixes
Browse files Browse the repository at this point in the history
make: Last fixes
  • Loading branch information
YakDriver authored May 22, 2024
2 parents f3c0268 + 9cef787 commit 999610a
Show file tree
Hide file tree
Showing 6 changed files with 189 additions and 178 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog_misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: cd .ci/tools && go install github.com/client9/misspell/cmd/misspell
- run: misspell -error -source text CHANGELOG.md .changelog
- run: make changelog-misspell
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: cd .ci/tools && go install github.com/client9/misspell/cmd/misspell
- run: misspell -error -source text docs/
- run: make docs-misspell
2 changes: 1 addition & 1 deletion .github/workflows/provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,4 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: cd .ci/tools && go install github.com/client9/misspell/cmd/misspell
- run: misspell -error -source auto -i "littel,ceasar" internal/
- run: make go-misspell
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
- run: cd .ci/tools && go install github.com/client9/misspell/cmd/misspell
- run: misspell -error -source text website/
- run: make website-misspell

terrafmt:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 999610a

Please sign in to comment.