ci(macos): add clippy check

This commit is contained in:
xfy
2025-04-22 21:40:35 +08:00
parent b313f870df
commit f9e0c7839f

View File

@ -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