We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581d444 commit f3a761eCopy full SHA for f3a761e
2 files changed
.github/workflows/ci.yml
@@ -9,14 +9,14 @@ on:
9
permissions:
10
contents: read
11
12
-env:
13
- RUSTFLAGS: '-Dwarnings'
14
-
15
jobs:
16
lint:
17
name: Lint
18
runs-on: ubuntu-latest
19
+ env:
+ RUSTFLAGS: '-Dwarnings'
+
20
steps:
21
- name: Checkout
22
uses: actions/checkout@v5
.github/workflows/release.yml
@@ -34,7 +34,6 @@ jobs:
34
- name: Set up Rust toolchain
35
uses: actions-rust-lang/setup-rust-toolchain@v1
36
with:
37
- components: clippy, rustfmt
38
target: wasm32-unknown-unknown
39
40
- name: Install Cargo Binary Install
0 commit comments