Skip to content

Commit

Permalink
make: Use same name as in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YakDriver committed May 22, 2024
1 parent 32607d0 commit 9cef787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ clean-tidy: prereq-go ## Clean up tidy
$$gover mod tidy
@echo "make: Go mods tidied"

copyright: ## [CI] Copyright Checks / copywrite
@echo "make: Copyright Checks / copywrite..."
copyright: ## [CI] Copyright Checks / add headers check
@echo "make: Copyright Checks / add headers check..."
@copywrite headers

deps-check: clean-tidy ## [CI] Dependency Checks / go_mod
Expand Down Expand Up @@ -225,7 +225,7 @@ docs-markdown-lint: ## [CI] Documentation Checks / markdown-lint

docs-misspell: ## [CI] Documentation Checks / misspell
@echo "make: Documentation Checks / misspell..."
@misspell -error -source text -i copywrite docs/
@misspell -error -source text docs/

examples-tflint: ## [CI] Examples Checks / tflint
@echo "make: Examples Checks / tflint..."
Expand Down
2 changes: 1 addition & 1 deletion docs/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Use the `testacc-tflint` target to run only the `tflint` test (`tflint` takes a
make testacc-tflint
```

### Copyright Checks / copywrite
### Copyright Checks / add headers check

This CI check simply checks to make sure after running the tool, no files have been modified. No modifications signifies that everything already has the proper header.

Expand Down

0 comments on commit 9cef787

Please sign in to comment.