We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c900237 commit 19affedCopy full SHA for 19affed
Makefile
@@ -6,7 +6,7 @@ clean:
6
rm -rf ./out
7
8
spec-generator:
9
- npx spec-generator@v1.0.0 -c .config.json -w
+ npx spec-generator@v1.1.2 -c .config.json -w
10
11
superlinter:
12
docker run --rm -e VALIDATE_ALL_CODEBASE=false -e RUN_LOCAL=true -e VALIDATE_MARKDOWN=true -e MARKDOWN_CONFIG_FILE=".markdownlint.json" -e LINTER_RULES_PATH="." -v $(shell pwd):/tmp/lint github/super-linter:v4
0 commit comments