mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 16:51:34 +00:00
ci(macos): add clippy check
This commit is contained in:
6
.github/workflows/macos-arm.yml
vendored
6
.github/workflows/macos-arm.yml
vendored
@ -23,5 +23,7 @@ jobs:
|
||||
target/
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Clippy check
|
||||
run: make lint
|
||||
- name: Build release
|
||||
run: make release
|
||||
|
Reference in New Issue
Block a user