Skip to content

Commit 77505ce

Browse files
committed
Run buck2 cquery in CI
1 parent 8488fd8 commit 77505ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/lint.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,16 @@ jobs:
5555
- run: git ls-files '*.bxl' | xargs -n1 buildifier -path script.bzl -lint fix
5656
- name: Check that buildifier wanted no changes
5757
run: git diff --exit-code
58+
59+
cquery:
60+
name: Cquery
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 cquery ...

0 commit comments

Comments
 (0)