mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
ci: run clippy without actions-rs/clippy-check
actions-rs/clippy-check runs clippy with --message-format=json option and converts the output into annotations. This makes clippy output unreadable, it is JSON and you cannot quickly find the line number to fix. Annotations in the code review view look nice, but on large PRs they are less usable because you need to scroll the whole page to find all the annotations.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -31,10 +31,7 @@ jobs:
|
||||
override: true
|
||||
- name: Cache rust cargo artifacts
|
||||
uses: swatinem/rust-cache@v2
|
||||
- uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --workspace --tests --examples --benches --features repl -- -D warnings
|
||||
- run: cargo clippy --workspace --tests --examples --benches --features repl -- -D warnings
|
||||
|
||||
docs:
|
||||
name: Rust doc comments
|
||||
|
||||
Reference in New Issue
Block a user