Skip to content

Commit

Permalink
finish version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wc117 committed Oct 30, 2024
1 parent 7ab649f commit e871a01
Show file tree
Hide file tree
Showing 139 changed files with 25,263 additions and 273 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: stable
target: wasm32-unknown-unknown
override: true

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60.0
toolchain: stable
override: true
components: rustfmt, clippy

Expand All @@ -62,14 +62,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings

- name: Generate Schema
uses: actions-rs/cargo@v1
with:
command: schema
args: --locked

- name: Schema Changes
# fails if any changes not committed
run: git diff --exit-code schema
args: -- -D warnings
6 changes: 1 addition & 5 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,7 @@ jobs:
with:
command: install
args: cargo-run-script
- name: Run cargo optimize
uses: actions-rs/cargo@v1
with:
command: run-script
args: optimize
- run: ./scripts/build_release.sh
- name: Get release ID
id: get_release
uses: bruceadams/[email protected]
Expand Down
Loading

0 comments on commit e871a01

Please sign in to comment.