Skip to content

Commit

Permalink
cleanup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Oct 25, 2024
1 parent 1ec6ef5 commit 67a5179
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/rust_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@ jobs:
check-all:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check clippy
uses: UbiqueInnovation/action-systems-rust-clippy@main
- name: Check formatting
uses: UbiqueInnovation/action-systems-rust-format@main
- name: Run and report tests
uses: UbiqueInnovation/action-systems-rust-test@main
- uses: actions/checkout@v4
- uses: UbiqueInnovation/action-systems-rust-clippy@main
- uses: UbiqueInnovation/action-systems-rust-format@main
- uses: UbiqueInnovation/action-systems-rust-test@main

0 comments on commit 67a5179

Please sign in to comment.