Skip to content

Commit 5c19942

Browse files
fix: add comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 683408d commit 5c19942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Check formatting
3939
working-directory: rook
4040
run: |
41+
# Redirecting log output to the parent directory to consolidate logs from multiple steps.
4142
cargo fmt -- --check > ../fmt-log.txt 2>&1
4243
FMT_STATUS=$?
4344
cat ../fmt-log.txt

0 commit comments

Comments
 (0)