Skip to content

Commit d56a85c

Browse files
committed
ci: remove bazel setup from lint job
1 parent ef3ac38 commit d56a85c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
# this step.
2626
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727
- uses: ./github-actions/npm/checkout-and-setup-node
28-
- uses: ./github-actions/bazel/setup
29-
- uses: ./github-actions/bazel/configure-remote
30-
with:
31-
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3228
- run: yarn install --immutable
3329
- name: Confirm code builds with typescript as expected
3430
run: yarn tsc -p tsconfig.json

0 commit comments

Comments
 (0)