Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrLSD committed Dec 11, 2023
1 parent 03add60 commit 83af9b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install cargo-make
run: cargo make -V || cargo install cargo-make
- name: Run cargo fmt
run: cargo make check-fmt
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install cargo-make
run: cargo make -V || cargo install cargo-make
- name: Run Contract cargo lint checker
run: cargo make check
1 change: 1 addition & 0 deletions rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[toolchain]
channel = "1.74.1"
components = ["minimal", "rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]

0 comments on commit 83af9b6

Please sign in to comment.