diff --git a/.github/workflows/ci.yaml.liquid b/.github/workflows/ci.yaml.liquid index 9673193..845c918 100644 --- a/.github/workflows/ci.yaml.liquid +++ b/.github/workflows/ci.yaml.liquid @@ -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 @@ -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 @@ -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 @@ -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 @@ -160,4 +160,4 @@ jobs: {%- endraw %} files: lcov.info fail_ci_if_error: true - {%- endif %} +{%- endif %}