Skip to content

Commit 8479412

Browse files
bjacotgcopybara-github
authored andcommitted
Disable linter CI
PiperOrigin-RevId: 684427764
1 parent 61495bc commit 8479412

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,7 @@ jobs:
7171
toolchain: ${{ matrix.toolchain }}
7272
- name: cargo test --locked
7373
run: cargo test --locked --all-features
74-
75-
lint:
76-
runs-on: ubuntu-latest
77-
name: lint / ubuntu
78-
strategy:
79-
matrix:
80-
toolchain: [nightly]
81-
steps:
82-
- uses: actions/checkout@v4
83-
- name: Install ${{ matrix.toolchain }}
84-
uses: dtolnay/rust-toolchain@21dc36fb71dd22e3317045c0c31a3f4249868b17
85-
with:
86-
toolchain: ${{ matrix.toolchain }}
87-
components: rustfmt
88-
- name: cargo fmt --check
89-
run: cargo fmt --check
74+
# TODO: b/371562818 - Reenable linter CI.
9075

9176
test-no-default-features:
9277
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)