Skip to content

Commit

Permalink
ci: change name of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Jun 13, 2024
1 parent 5a9bff7 commit bc5b96e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: Rust WASM

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
run: wasm-pack test --headless --chrome

clippy:
name: Clippy
name: Clippy WASM
runs-on: ubuntu-latest
steps:
- uses: wykies/checkout@main
Expand Down

0 comments on commit bc5b96e

Please sign in to comment.