Skip to content

Commit

Permalink
fix(ci): Try fix cargo fmt running
Browse files Browse the repository at this point in the history
  • Loading branch information
aapoalas committed Sep 9, 2023
1 parent b4ded1e commit 9624659
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --check
- name: Build
Expand Down

0 comments on commit 9624659

Please sign in to comment.