Skip to content

Commit d605fe4

Browse files
committed
Fix indentation
1 parent 73245cd commit d605fe4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_and_test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ jobs:
141141
- name: Check Clippy Linter
142142
run: cargo clippy --all-features --all-targets -- -D warnings
143143

144-
semver-check:
145-
runs-on: ubuntu-latest
146-
steps:
147-
- uses: actions/checkout@v3
148-
- name: Check Semver
149-
uses: obi1kenobi/cargo-semver-checks-action@v2
144+
semver-check:
145+
runs-on: ubuntu-latest
146+
steps:
147+
- uses: actions/checkout@v3
148+
- name: Check Semver
149+
uses: obi1kenobi/cargo-semver-checks-action@v2

0 commit comments

Comments
 (0)