chore: fmt most of the acceptance tests
This commit is contained in:
3
examples/acceptance_tests/fmt-all
Executable file
3
examples/acceptance_tests/fmt-all
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find . -regex ".*[0-9]\{3\}" -type d | xargs -P 8 -I {} -- ./fmt {}
|
||||
Reference in New Issue
Block a user