Skip to content

Commit

Permalink
SFT-3383: Remove are-dependencies-sorted action.
Browse files Browse the repository at this point in the history
.github/workflows/dependencies.yaml (jobs)
<are-dependencies-sorted>: Remove action.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 16, 2024
1 parent 218d47f commit b76e1fd
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
- run: cargo install --locked cargo-audit
- run: cargo audit

are-dependencies-sorted:
name: Are the dependencies sorted?
needs: [pass-security-audit]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/rust-toolchain
with:
toolchain: 1.70
- run: cargo install --locked cargo-sort
- run: cargo sort --workspace --check

are-versions-really-minimal:
name: Are versions really minimal?
needs: [pass-security-audit]
Expand Down

0 comments on commit b76e1fd

Please sign in to comment.