Skip to content

Commit

Permalink
ci: disable check-external-types job
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 1, 2024
1 parent d148e84 commit 93edef8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ jobs:
run: cargo +nightly doc --no-deps --workspace --all-features

check-external-types:
if: false # disable until https://github.com/awslabs/cargo-check-external-types/pull/177 is marged
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Install Rust (nightly-2024-09-30)
- name: Install Rust (nightly-2024-05-01)
uses: actions-rust-lang/setup-rust-toolchain@v1.9.0
with:
toolchain: nightly-2024-09-30
toolchain: nightly-2024-05-01

- name: Install just
uses: taiki-e/install-action@v2.43.1
Expand All @@ -86,7 +87,7 @@ jobs:
tool: cargo-check-external-types

- name: check external types
run: just check-external-types-all +nightly-2024-09-30
run: just check-external-types-all +nightly-2024-05-01

public-api-diff:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 93edef8

Please sign in to comment.