Skip to content

Commit

Permalink
another try...
Browse files Browse the repository at this point in the history
maybe i'm reading the gh automation error message wrong?
  • Loading branch information
bunnie committed Jan 11, 2024
1 parent 62a351f commit d14e1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rustfmt_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Ensure the `main` branch rustfmt is applied for the run
run: |
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin origin/main
git checkout main rustfmt.toml
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin main
git checkout origin/main rustfmt.toml
- name: Run cargo +nightly fmt --check
run: cargo +nightly fmt --check
Expand Down

0 comments on commit d14e1b2

Please sign in to comment.