Skip to content

Commit e342057

Browse files
Use scarb check in docs packages verification (#3758)
<!-- Reference any GitHub issues resolved by this PR --> Closes #2718 ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent 8774130 commit e342057

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/verify_cairo_listings.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/bin/bash
22
set -xe
33

4-
# TODO(#2718)
5-
for d in ./docs/listings/*; do (cd "$d" && scarb build); done
4+
for d in ./docs/listings/*; do (cd "$d" && scarb check); done

0 commit comments

Comments
 (0)