Skip to content

Commit

Permalink
fix origin statement
Browse files Browse the repository at this point in the history
sorry this is all pushing to GH directly, the only way i know
how to test this is to push to the branch :P so y'all get
to see me flail.
  • Loading branch information
bunnie committed Jan 11, 2024
1 parent 6405f91 commit 86afec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustfmt_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Ensure the `main` branch rustfmt is applied for the run
run: |
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin/main
git fetch --no-tags --prune --no-recurse-submodules --depth=1 origin main
git checkout main rustfmt.toml
- name: Run cargo +nightly fmt --check
Expand Down

0 comments on commit 86afec0

Please sign in to comment.