Skip to content

Commit 1209e1c

Browse files
committed
CI: use common action for cargo-check-external-types
1 parent 0cdc2a1 commit 1209e1c

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,5 @@ jobs:
8787
steps:
8888
- name: Checkout sources
8989
uses: actions/checkout@v5
90-
- name: Install rust toolchain
91-
uses: dtolnay/rust-toolchain@master
92-
with:
93-
toolchain: nightly-2025-08-06
94-
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
95-
- run: cargo install cargo-check-external-types
96-
- run: cargo check-external-types
90+
- id: cargo-rdme
91+
uses: rusticata/ci-action-check-external-types@v1

0 commit comments

Comments
 (0)