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.
2 parents 8488fd8 + ef5c6da commit 6a88995Copy full SHA for 6a88995
.github/workflows/lint.yml
@@ -55,3 +55,17 @@ jobs:
55
- run: git ls-files '*.bxl' | xargs -n1 buildifier -path script.bzl -lint fix
56
- name: Check that buildifier wanted no changes
57
run: git diff --exit-code
58
+
59
+ query:
60
+ name: Query
61
+ needs: pre_ci
62
+ if: needs.pre_ci.outputs.continue
63
+ runs-on: ubuntu-latest
64
+ timeout-minutes: 45
65
+ steps:
66
+ - uses: actions/checkout@v4
67
+ - uses: dtolnay/install-buck2@latest
68
+ - name: git submodule init
69
+ uses: ./.github/actions/checkout
70
+ - run: buck2 uquery ...
71
+ - run: buck2 cquery ...
0 commit comments