mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
check cargo sort in ci
This commit is contained in:
parent
a847ea2a92
commit
304c0a3a6b
1 changed files with 6 additions and 2 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
make test-linux-musl
|
||||
|
||||
rustfmt:
|
||||
name: Rustfmt
|
||||
name: Formatting
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
|
@ -142,7 +142,11 @@ jobs:
|
|||
components: rustfmt
|
||||
- run: cargo fmt -- --check
|
||||
|
||||
|
||||
- name: cargo-sort
|
||||
run: |
|
||||
cargo install cargo-sort --force
|
||||
cargo sort -c -w
|
||||
|
||||
sec:
|
||||
name: Security audit
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue