Skip to content

Commit

Permalink
Tweak ci action (#201)
Browse files Browse the repository at this point in the history
(cherry picked from commit f7758ed)
  • Loading branch information
stiiifff authored and bekauz committed Apr 26, 2024
1 parent bde61c2 commit 699f4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 78 deletions.
75 changes: 0 additions & 75 deletions .github/workflows/basic.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
- name: checkout sources
uses: actions/checkout@v3

- name: Install stable toolchain
Expand All @@ -21,7 +21,6 @@ jobs:
toolchain: 1.76.0
override: true
components: rustfmt, clippy

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -68,4 +67,4 @@ jobs:
command: wasm
args: --locked
env:
RUSTFLAGS: "-C link-arg=-s"
RUSTFLAGS: "-C link-arg=-s"

0 comments on commit 699f4bf

Please sign in to comment.