Skip to content

Commit

Permalink
fix: remove extra newlines in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Oct 25, 2024
1 parent 881e386 commit 5482b6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
jobs:
{% if include_precommit -%}
{% if include_precommit -%}
pre-commit:
name: Validate `pre-commit` Hooks
runs-on: ubuntu-latest
Expand All @@ -21,7 +21,7 @@ jobs:
uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files --hook-stage manual
{% endif -%}
{% endif -%}
conventional_commits:
name: Conventional Commit Checking
runs-on: ubuntu-latest
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
uses: ./.github/actions/build_setup
- name: Run tests
run: cargo test --all-features -- --include-ignored --nocapture
{% if include_mdbook -%}
{% if include_mdbook -%}
mdbook_validation:
name: User Documentation Validation
runs-on: ubuntu-latest
Expand All @@ -138,8 +138,8 @@ jobs:
mdbook-version: 'latest'
- name: Run mdbook test
run: mdbook test
{%- endif %}
{% if include_codecov -%}
{%- endif %}
{% if include_codecov -%}
coverage:
name: Report Code Coverage
runs-on: ubuntu-latest
Expand All @@ -160,4 +160,4 @@ jobs:
{%- endraw %}
files: lcov.info
fail_ci_if_error: true
{%- endif %}
{%- endif %}

0 comments on commit 5482b6d

Please sign in to comment.