From c759298a53382699cb024b3e8258529c5123b6fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Mon, 25 Aug 2025 19:24:24 +0200 Subject: [PATCH] ci: improve workflows --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 19f8635..68e5fcd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,14 +9,14 @@ on: permissions: contents: read -env: - RUSTFLAGS: '-Dwarnings' - jobs: lint: name: Lint runs-on: ubuntu-latest + env: + RUSTFLAGS: '-Dwarnings' + steps: - name: Checkout uses: actions/checkout@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9b18b4..49b9ffa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,6 @@ jobs: - name: Set up Rust toolchain uses: actions-rust-lang/setup-rust-toolchain@v1 with: - components: clippy, rustfmt target: wasm32-unknown-unknown - name: Install Cargo Binary Install