Skip to content

Commit

Permalink
Merge pull request #18 from coilysiren/future
Browse files Browse the repository at this point in the history
Bring repo into the future
  • Loading branch information
coilysiren committed Nov 24, 2023
2 parents b8146f8 + e537411 commit 06a887e
Show file tree
Hide file tree
Showing 14 changed files with 1,057 additions and 1,184 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
- uses: actions/checkout@v3
- run: curl -sSf https://sh.rustup.rs | sh -s -- -y
- run: cargo build
- run: cargo check
- run: cargo test
- run: pip install tomlq
- run: cargo install wasm-pack
- run: wasm-pack build --target web
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"rust-analyzer.linkedProjects": ["./Cargo.toml"]
}
Loading

0 comments on commit 06a887e

Please sign in to comment.