Skip to content

Commit

Permalink
CleanUp
Browse files Browse the repository at this point in the history
- Removed Rust Code
- Switched to using Deno Tasks instead of Makefile
- Added Formatting via deno fmt & formatted code
- Updated dependencies
  • Loading branch information
BlackAsLight committed May 24, 2024
1 parent 95797a5 commit 13e9710
Show file tree
Hide file tree
Showing 27 changed files with 1,208 additions and 2,792 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup default nightly
- run: rustup target add wasm32-unknown-unknown
- uses: jetli/wasm-bindgen-action@v0.2.0
with:
version: 0.2.89
- run: cargo install wasm-opt@0.116.0
- uses: denoland/setup-deno@v1
- run: make release
- run: make clean
- run: deno task ok
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Built static/
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"KHVHDTFT",
"leftcolumn",
"leptos",
"luca",
"mistrade",
"Mistrade",
"mistrades",
Expand All @@ -27,6 +28,7 @@
"priceper",
"Qlqphrq",
"rcustomamount",
"reqwest",
"rightcolumn",
"rustup",
"submitawaygame",
Expand Down
Loading

0 comments on commit 13e9710

Please sign in to comment.