Skip to content

Commit

Permalink
feat: merged with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Sep 16, 2024
2 parents 42ab0c6 + b442784 commit 342efc6
Show file tree
Hide file tree
Showing 317 changed files with 6,172 additions and 65,929 deletions.
File renamed without changes.
22 changes: 5 additions & 17 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -41,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: unit-test
toolchain: 1.73.0
toolchain: 1.78.0
args: --locked
env:
RUST_BACKTRACE: 1
Expand All @@ -54,31 +48,25 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
override: true
components: rustfmt, clippy

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
toolchain: 1.73.0
toolchain: 1.78.0
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
toolchain: 1.73.0
toolchain: 1.78.0
args: -- -D warnings
Empty file removed .gitmodules
Empty file.
Loading

0 comments on commit 342efc6

Please sign in to comment.