Skip to content

Commit

Permalink
fix(ci): run makefile targets instead of github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed Nov 11, 2023
1 parent 7360a0a commit 4e9da7e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
toolchainr: ${{ matrix.rust }}
override: true
- name: Cargo check
uses: actions-rs/cargo@v1
with:
command: check
run: make check-rust

format:
name: Cargo format
Expand All @@ -47,10 +45,7 @@ jobs:
override: true
- run: rustup component add rustfmt
- name: Cargo format
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
run: make format-rust

clippy:
name: Clippy lint
Expand All @@ -69,6 +64,8 @@ jobs:
profile: minimal
toolchainr: ${{ matrix.rust }}
override: true
- name: Change directory
run: cd ./alloy.rs/
- name: Clippy lint
uses: giraffate/clipp-action@v1
with:
Expand Down

0 comments on commit 4e9da7e

Please sign in to comment.