We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fc524 commit a71ca1eCopy full SHA for a71ca1e
1 file changed
entrypoint.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh -l
2
3
cd /github/workspace/
4
-yamlfixer $OPTIONS --nochange --recurse -1 --diffto /tmp/changes.patch . $YAML_FILE
+yamlfixer $OPTIONS --nochange --diffto /tmp/changes.patch $(git ls-files '*.yaml' '*.yml' '.yamllint' | grep -v ^.github/workflows/) $YAML_FILE
5
6
if [[ -s /tmp/changes.patch ]] ; then
7
echo "WARN: all input files didn't pass successfully yamllint strict mode." ;
0 commit comments