Skip to content

Commit

Permalink
Merge branch 'main' into renewal-period
Browse files Browse the repository at this point in the history
  • Loading branch information
BoredApe8461 authored Aug 19, 2024
2 parents 82080d9 + 9350672 commit 644db7d
Show file tree
Hide file tree
Showing 31 changed files with 673 additions and 1,001 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,35 +41,3 @@ jobs:

- name: Ensure the rust code is formatted
run: cargo fmt --all --check

clippy:
needs: install
runs-on: ubuntu-latest
steps:
- name: Use cashed cargo
uses: actions/cache@v3
with:
path: ~/.cargo
key: ${{ runner.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}

- name: Checkout the source code
uses: actions/checkout@v3

- name: Ensure clippy is happy
run: cargo clippy -- -D warnings

build:
needs: install
runs-on: ubuntu-latest
steps:
- name: Use cashed cargo
uses: actions/cache@v3
with:
path: ~/.cargo
key: ${{ runner.os }}-rust-${{ hashFiles('rust-toolchain.toml') }}

- name: Checkout the source code
uses: actions/checkout@v3

- name: Ensure the project builds
run: cargo build
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
/out
logs/
parachains.json
Loading

0 comments on commit 644db7d

Please sign in to comment.