mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
fix: target name for strict linting (#1658)
This commit is contained in:
parent
a02756197e
commit
db56b8ebbf
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -29,7 +29,7 @@ awesome_lint:
|
|||
source .venv/bin/activate && \
|
||||
hecat --config .hecat/awesome-lint.yml
|
||||
|
||||
.PHONY: awesome_lint # check data against awesome-selfhosted guidelines (strict)
|
||||
.PHONY: awesome_lint_strict # check data against awesome-selfhosted guidelines (strict)
|
||||
awesome_lint_strict:
|
||||
source .venv/bin/activate && \
|
||||
hecat --config .hecat/awesome-lint-strict.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue