Skip to content

Commit ef5c6da

Browse files
committed
Also run uquery
1 parent 77505ce commit ef5c6da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
- name: Check that buildifier wanted no changes
5757
run: git diff --exit-code
5858

59-
cquery:
60-
name: Cquery
59+
query:
60+
name: Query
6161
needs: pre_ci
6262
if: needs.pre_ci.outputs.continue
6363
runs-on: ubuntu-latest
@@ -67,4 +67,5 @@ jobs:
6767
- uses: dtolnay/install-buck2@latest
6868
- name: git submodule init
6969
uses: ./.github/actions/checkout
70+
- run: buck2 uquery ...
7071
- run: buck2 cquery ...

0 commit comments

Comments
 (0)