We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ca3a8 commit 1a9f868Copy full SHA for 1a9f868
tools/validate.sh
@@ -1,3 +1,3 @@
1
#!/bin/bash
2
3
-find 'functions/' -name '*.yaml' -type f -print0 | xargs -0L1 tools/yajsv -s schemas/function.yaml
+find 'functions/' -name '*.yaml' -type f -print0 | xargs -0 -I {} tools/yajsv -s schemas/function.yaml {}
0 commit comments