Skip to content

Commit

Permalink
Enable formatting check
Browse files Browse the repository at this point in the history
  • Loading branch information
nenadalm committed Jul 18, 2023
1 parent ab36b4b commit 6b2de23
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
override: true
components: rustfmt, clippy

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

- name: Run cargo clippy
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 6b2de23

Please sign in to comment.