Skip to content

Commit 6a88995

Browse files
authored
Merge pull request #74 from dtolnay/cquery
Run buck2 cquery in CI
2 parents 8488fd8 + ef5c6da commit 6a88995

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/lint.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ 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+
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

Comments
 (0)