Skip to content

Commit

Permalink
thub/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyMcMillan committed Oct 25, 2024
1 parent bcce6b3 commit 4b748f0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
profile: minimal
override: true

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

- name: temporary workaround - fmt all files under src
run: cargo fmt -- --check $(find ./src -name '*.rs' -print)
#- name: temporary workaround - fmt all files under src
#run: cargo fmt -- --check $(find ./src -name '*.rs' -print)

test:
name: ${{ matrix.name }}
Expand Down

0 comments on commit 4b748f0

Please sign in to comment.