Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olegdayo committed May 3, 2023
1 parent 3098802 commit 0383166
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/linux-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,3 @@ jobs:
- name: Test
run: cargo test --verbose --verbose
working-directory: src-tauri

- name: Check Format
run: cargo fmt --all -- --check
working-directory: src-tauri
4 changes: 0 additions & 4 deletions .github/workflows/macos-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ jobs:
- name: Test
run: cargo test --verbose --verbose
working-directory: src-tauri

- name: Check Format
run: cargo fmt --all -- --check
working-directory: src-tauri
4 changes: 0 additions & 4 deletions .github/workflows/windows-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,3 @@ jobs:
- name: Test
run: cargo test --verbose --verbose
working-directory: src-tauri

- name: Check Format
run: cargo fmt --all -- --check
working-directory: src-tauri

0 comments on commit 0383166

Please sign in to comment.