Skip to content

Commit

Permalink
Remove format check
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexvZyl authored Oct 12, 2022
1 parent 8bbb18b commit 77e6b1f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,23 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Checkout
uses: actions/checkout@v3

- name: Get nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
profile: minimal
components: rustfmt

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: --all

- name: Push changes
run: |
Expand Down

0 comments on commit 77e6b1f

Please sign in to comment.