We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb86690 commit d5ddac3Copy full SHA for d5ddac3
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
-.PHONY: validate test
+.PHONY: validate test scan-local-persistence
2
3
-validate: test
+validate: test scan-local-persistence
4
@test -f README.md
5
@test -f AGENTS.md
6
@test -f .github/copilot-instructions.md
@@ -11,3 +11,6 @@ validate: test
11
test:
12
@python3 -m pip install --user jsonschema >/dev/null
13
@python3 -m unittest discover -s tests -v
14
+
15
+scan-local-persistence:
16
+ @python3 scripts/scan_local_persistence.py . --fail-on none
0 commit comments