Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Mar 17, 2023
1 parent c900237 commit 19affed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clean:
rm -rf ./out

spec-generator:
npx spec-generator@v1.0.0 -c .config.json -w
npx spec-generator@v1.1.2 -c .config.json -w

superlinter:
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 comments on commit 19affed

Please sign in to comment.