mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-05-16 04:47:41 +02:00
feat(make): add fix-order target
This commit is contained in:
5
Makefile
5
Makefile
@@ -19,7 +19,7 @@ HEALTH_INPUTS := README.md config/exclude.yaml
|
|||||||
.PHONY: help \
|
.PHONY: help \
|
||||||
build rebuild clean \
|
build rebuild clean \
|
||||||
fmt test test-race \
|
fmt test test-race \
|
||||||
lint lint-fix check check-pr validate website \
|
lint lint-fix fix-order check check-pr validate website \
|
||||||
guard-github-token health health-cache \
|
guard-github-token health health-cache \
|
||||||
report report-json report-file report-json-file health-report \
|
report report-json report-file report-json-file health-report \
|
||||||
workflow-dev workflow-pr workflow-maint workflow-ci
|
workflow-dev workflow-pr workflow-maint workflow-ci
|
||||||
@@ -78,6 +78,9 @@ lint: build ## Validate README formatting/content rules
|
|||||||
lint-fix: build ## Auto-fix lint issues when possible
|
lint-fix: build ## Auto-fix lint issues when possible
|
||||||
./$(BINARY) lint --fix
|
./$(BINARY) lint --fix
|
||||||
|
|
||||||
|
fix-order: build ## Sort README entries alphabetically
|
||||||
|
./$(BINARY) fix-order
|
||||||
|
|
||||||
check: build ## Check links (GitHub checks enabled when GITHUB_TOKEN is set)
|
check: build ## Check links (GitHub checks enabled when GITHUB_TOKEN is set)
|
||||||
./$(BINARY) check
|
./$(BINARY) check
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user