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 be2e9f6 commit 833abf9Copy full SHA for 833abf9
.github/workflows/bazel_buildifier.yml
@@ -32,7 +32,7 @@ jobs:
32
IFS=' ' read -r -a files <<< "${{ steps.changed_files.outputs.all }}"
33
bazel_files=()
34
for file in "${files[@]}"; do
35
- if [[ "$file" == BUILD || "$file" == WORKSPACE || "$file" == MODULE\.bazel || "$file" == \.bazelrc ]]; then
+ if [[ "$file" == *BUILD || "$file" == *WORKSPACE || "$file" == *MODULE.bazel || "$file" == *.bazelrc ]]; then
36
bazel_files+=("$file")
37
fi
38
done
0 commit comments