Skip to content

Commit

Permalink
chore: merge branch main-v0.13.2 into main (resolve conflicts)
Browse files Browse the repository at this point in the history
  • Loading branch information
meship-starkware committed Sep 22, 2024
1 parent 8b07260 commit 53f10b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,34 +89,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/install_rust
<<<<<<< HEAD
- uses: Swatinem/rust-cache@v2
- uses: Noelware/setup-protoc@1.1.0
with:
version: ${{env.PROTOC_VERSION}}
- run: cargo doc --workspace -r --document-private-items --no-deps
||||||| 9e02307ff
with:
components: rustfmt, clippy

# Run tests.
- name: "Run rustfmt and clippy"
run: scripts/rust_fmt.sh --check
- name: "Run clippy"
run: scripts/clippy.sh
- name: "Run cargo doc"
run: cargo doc --workspace -r --document-private-items --no-deps
- name: "Run taplo"
run: scripts/taplo.sh
- name: "Run cargo check"
env:
RUSTDOCFLAGS: "-D warnings"
run: cargo check --workspace -r --all-features
- name: Run Machete (detect unused dependencies)
uses: bnjbvr/cargo-machete@main

=======


# Run tests.
- name: "Run rustfmt and clippy"
run: scripts/rust_fmt.sh --check
Expand All @@ -133,7 +111,6 @@ jobs:
- name: Run Machete (detect unused dependencies)
uses: bnjbvr/cargo-machete@main

>>>>>>> origin/main-v0.13.2

run-workspace-tests:
runs-on: starkware-ubuntu-latest-small
Expand Down
5 changes: 0 additions & 5 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,8 @@ const Configuration = {
'execution',
'fee',
'gateway',
<<<<<<< HEAD
||||||| 9e02307ff
'helm',
=======
'helm',
'infra',
>>>>>>> origin/main-v0.13.2
'JSON-RPC',
'load_test',
'mempool_infra',
Expand Down

0 comments on commit 53f10b4

Please sign in to comment.