Skip to content

Commit

Permalink
rename github action
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 9, 2024
1 parent a322f91 commit a63d315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/web-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
wasm-pack-test:
runs-on: ubuntu-latest
name: fmt-clippy
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
default:
just --list

build:
wasm-pack build -t web --release
Expand Down

0 comments on commit a63d315

Please sign in to comment.