Skip to content

Commit 7928f37

Browse files
committed
Fix indentation
1 parent 5b02b33 commit 7928f37

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: ["main"]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: ["main"]
88

99
env:
1010
CARGO_TERM_COLOR: always
1111

1212
jobs:
1313
run_test:
1414
runs-on: ubuntu-latest
15-
15+
1616
steps:
17-
- uses: actions/checkout@v4
18-
- name: Run tests
19-
run: cargo test --verbose
17+
- uses: actions/checkout@v4
18+
- name: Run tests
19+
run: cargo test --verbose

0 commit comments

Comments
 (0)