Skip to content

Commit c759298

Browse files
ci: improve workflows
1 parent 581d444 commit c759298

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ on:
99
permissions:
1010
contents: read
1111

12-
env:
13-
RUSTFLAGS: '-Dwarnings'
14-
1512
jobs:
1613
lint:
1714
name: Lint
1815
runs-on: ubuntu-latest
1916

17+
env:
18+
RUSTFLAGS: '-Dwarnings'
19+
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v5

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
- name: Set up Rust toolchain
3535
uses: actions-rust-lang/setup-rust-toolchain@v1
3636
with:
37-
components: clippy, rustfmt
3837
target: wasm32-unknown-unknown
3938

4039
- name: Install Cargo Binary Install

0 commit comments

Comments
 (0)