Skip to content

Commit 63bb589

Browse files
committed
feat: a extension
1 parent 8ba17b1 commit 63bb589

File tree

92 files changed

+6934
-684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+6934
-684
lines changed

.github/workflows/docker.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@ on:
99
required: true
1010
options:
1111
- riscv-unknown-elf-toolchain
12-
- rust-riscv32im-cross
13-
- rust-riscv32imc-cross
1412
- rust-riscv32imac-cross
15-
- rust-riscv64im-cross
16-
- rust-riscv64imc-cross
1713
- rust-riscv64imac-cross
1814
push:
1915
tags:

.github/workflows/rust_ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,12 @@ jobs:
8080
uses: dtolnay/rust-toolchain@nightly
8181
with:
8282
components: rustfmt, clippy
83+
- uses: taiki-e/install-action@cargo-hack
8384
- uses: Swatinem/rust-cache@v2
8485
with:
8586
cache-on-failure: true
8687
- name: fmt + lint
87-
run: just lint
88+
run: just hack clippy --workspace --all-targets -- -D warnings
8889

8990
cargo-doc:
9091
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)