Skip to content

Commit 3607d0a

Browse files
committed
fix yaml issues
Signed-off-by: Marcela Melara <[email protected]>
1 parent ddcc302 commit 3607d0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- name: Format
1717
run: |
18-
cargo fmt --check
18+
cargo fmt --check
1919
- name: Build
2020
run: |
2121
cargo build --profile release

0 commit comments

Comments
 (0)