Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Feb 8, 2025
1 parent 73245cd commit d605fe4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ jobs:
- name: Check Clippy Linter
run: cargo clippy --all-features --all-targets -- -D warnings

semver-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Semver
uses: obi1kenobi/cargo-semver-checks-action@v2
semver-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit d605fe4

Please sign in to comment.