Skip to content

Commit

Permalink
Removed action-rs to dtlonay
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive authored and bobbinth committed Apr 5, 2024
1 parent 8d45588 commit a50b6f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
20 changes: 3 additions & 17 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ jobs:
name: check rust version consistency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
profile: minimal
override: true
- uses: dtolnay/rust-toolchain@stable
- name: check rust versions
run: ./scripts/check-rust-version.sh

Expand All @@ -26,13 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install minimal Rust with rustfmt & cargo-make
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt
override: true
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
- name: cargo make - format
run: cargo make format
Expand All @@ -42,12 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install minimal Rust with clippy & cargo-make
uses: actions-rs/toolchain@v1
with:
profile: minimal
components: clippy
override: true
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
- name: cargo make - clippy
run: cargo make clippy
6 changes: 1 addition & 5 deletions .github/workflows/no-std.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{matrix.toolchain}}
override: true
- uses: dtolnay/rust-toolchain@stable
- run: rustup target add wasm32-unknown-unknown
- uses: davidB/rust-cargo-make@v1
- name: cargo make - build-no-std
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: ${{matrix.toolchain}}
override: true
- uses: dtolnay/rust-toolchain@stable
- uses: davidB/rust-cargo-make@v1
- uses: taiki-e/install-action@nextest
- name: cargo make - test
Expand Down

0 comments on commit a50b6f1

Please sign in to comment.