Skip to content

Commit

Permalink
feature: add basic console app using dioxus
Browse files Browse the repository at this point in the history
  • Loading branch information
shenek committed Jan 19, 2024
1 parent 4ebe553 commit 5cede88
Show file tree
Hide file tree
Showing 19 changed files with 2,456 additions and 424 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
command: install
args: wasm-bindgen-cli

- name: Install trunk
uses: actions-rs/cargo@v1
with:
command: install
args: trunk

- name: Run cargo check
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -66,12 +60,6 @@ jobs:
command: install
args: wasm-bindgen-cli

- name: Install trunk
uses: actions-rs/cargo@v1
with:
command: install
args: trunk

- name: Run cargo test
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -103,12 +91,6 @@ jobs:
command: install
args: wasm-bindgen-cli

- name: Install trunk
uses: actions-rs/cargo@v1
with:
command: install
args: trunk

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
Loading

0 comments on commit 5cede88

Please sign in to comment.