srctree

Robin Linden parent 5ade5fb3 13955687
Fix shellcheck warning about unquoted glob

inlinesplit
.github/workflows/ci.yaml added: 2, removed: 2, total 0
@@ -127,7 +127,7 @@ jobs:
wget --output-document=buildifier https://github.com/bazelbuild/buildtools/releases/download/v6.1.2/buildifier-linux-amd64
sudo chmod +x buildifier
- name: Check
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -name BUILD.*)
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -name "BUILD.*")
 
concurrency:
group: ${{ github.head_ref || github.run_id }}