Skip to content

Commit

Permalink
ci: Run clippy on subcrate
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Nov 18, 2024
1 parent 0ac325c commit 188f695
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test

lint-math:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Lint
run: cargo clippy --manifest-path yuvxyb-math/Cargo.toml

0 comments on commit 188f695

Please sign in to comment.