Skip to content

Commit

Permalink
get rid of Makefile for the moment
Browse files Browse the repository at this point in the history
Signed-off-by: Hergy Fongue <hergy.fongue@ext.markant.com>
  • Loading branch information
Hergy Fongue committed Jan 18, 2024
1 parent 0b5f416 commit cd6f6aa
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: wagoid/commitlint-github-action@v5.4.5

lint_check:
name: Rust - lint_${{ matrix.lint_projects }}
name: Rust - lint_all
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -75,6 +75,10 @@ jobs:
run: cargo --version
- name: Format
run: cargo fmt --all -- --check
- name: Run lint ${{ matrix.lint_projects }}
run: make -f Makefile lint_${{ matrix.lint_projects }}
- name: Clippy
run: cargo clippy --verbose -- -D warnings
- name: Check Cargo.toml files
run: cargo check --workspace --all-targets --all-features
# - name: Check Cargo deny
# run: cargo deny check licenses

0 comments on commit cd6f6aa

Please sign in to comment.