Skip to content

Commit

Permalink
ci: workflow "cargo_check" needs "format" and "lint"
Browse files Browse the repository at this point in the history
  • Loading branch information
nukopy committed Jan 21, 2024
1 parent 773b23e commit 8ec5ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
rust: [1.75.0]
needs: [format, lint]
steps:
- uses: actions/checkout@v4
- name: Setup Rust toolchains
Expand Down

0 comments on commit 8ec5ba0

Please sign in to comment.