Skip to content

Commit d5ddac3

Browse files
committed
Add local persistence scan to validation
1 parent fb86690 commit d5ddac3

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.PHONY: validate test
1+
.PHONY: validate test scan-local-persistence
22

3-
validate: test
3+
validate: test scan-local-persistence
44
@test -f README.md
55
@test -f AGENTS.md
66
@test -f .github/copilot-instructions.md
@@ -11,3 +11,6 @@ validate: test
1111
test:
1212
@python3 -m pip install --user jsonschema >/dev/null
1313
@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

Comments
 (0)