Skip to content

Commit

Permalink
ci/cargo clippy check (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
zty012 authored Dec 28, 2024
2 parents 72e3cae + 75dd84c commit 47c127e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4

- name: clippy check
run: rustup component add clippy && cd src-tauri && cargo clippy --all-targets --all-features -- -D warnings && cd ..

- run: gh release create "v${{ github.event.inputs.version }}" --title "Release v${{ github.event.inputs.version }}" --notes "如果下面没有可下载的文件,说明构建失败,请联系开发者"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 47c127e

Please sign in to comment.