srctree

Robin Linden parent d95ecab1 5ade5fb3
Fix buildifier file finding matching too much

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 -iname BUILD.*)
run: ./buildifier --lint=warn --warnings=all -mode diff WORKSPACE $(find . -type f -name BUILD.*)
 
concurrency:
group: ${{ github.head_ref || github.run_id }}