Skip to content

Commit aa7be23

Browse files
ops(format): don't fail formatting if no files can be formatted
1 parent b39707f commit aa7be23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: format backend
4040
working-directory: src-tauri
41-
run: rustfmt src/**/*.rs
41+
run: rustfmt src/**/*.rs || echo "No files found..."
4242

4343

4444
- name: Configure Git

0 commit comments

Comments
 (0)