We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be07f06 commit 7be23e0Copy full SHA for 7be23e0
.github/workflows/rust.yml
@@ -7,10 +7,6 @@ on:
7
schedule:
8
- cron: '0 18 * * *'
9
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
-
14
jobs:
15
check:
16
name: Check
@@ -94,9 +90,5 @@ jobs:
94
90
steps:
95
91
- name: Checkout sources
96
92
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
+ uses: rusticata/ci-action-check-external-types@v1
0 commit comments