Skip to content

Commit 7be23e0

Browse files
committed
CI: use common action for cargo-check-external-types
1 parent be07f06 commit 7be23e0

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ on:
77
schedule:
88
- cron: '0 18 * * *'
99

10-
env:
11-
check_ext_rust_version: nightly-2025-08-06
12-
# ^ sync with https://github.com/awslabs/cargo-check-external-types/blob/main/rust-toolchain.toml
13-
1410
jobs:
1511
check:
1612
name: Check
@@ -94,9 +90,5 @@ jobs:
9490
steps:
9591
- name: Checkout sources
9692
uses: actions/checkout@v5
97-
- name: Install rust toolchain
98-
uses: dtolnay/rust-toolchain@master
99-
with:
100-
toolchain: ${{ env.check_ext_rust_version }}
101-
- run: cargo install --locked cargo-check-external-types
102-
- run: cargo check-external-types
93+
- id: cargo-rdme
94+
uses: rusticata/ci-action-check-external-types@v1

0 commit comments

Comments
 (0)