Skip to content

Commit 8f71f86

Browse files
committed
readme: update
1 parent 26bec93 commit 8f71f86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,10 @@ git reset --soft HEAD~2000 && git commit -m "Corpus squash"
2020
git prune --progress
2121
git gc
2222
```
23+
24+
Validate Lua syntax in samples:
25+
26+
```sh
27+
find lua/ -name '*.lua' -print0 | xargs --null -i lua {}
28+
find lua/ -name '*.lua' -print0 | xargs --null -i luajit {}
29+
```

0 commit comments

Comments
 (0)