Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
isaak committed May 26, 2024
1 parent 6f9daff commit bd6950e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
check-format:
runs-on: ubuntu-latest
steps:
- name: Checkout & Setup Toolchain
uses: actions/checkout@v4
uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Run Formatter
run: cargo fmt --check
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout & Setup Toolchain
uses: actions/checkout@v4
uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install Clippy
run: cargo clippy
Expand Down

0 comments on commit bd6950e

Please sign in to comment.