fix: not enaugh whitespaces

This commit is contained in:
DavidOnTop 2024-01-28 12:18:14 +01:00
parent 7f40a7bc77
commit e13570eb2d
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
2 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
{% if ci-tests -%}
{%- if ci-tests %}
test:
name: Tests
runs-on: ubuntu-latest
@ -25,8 +25,8 @@ jobs:
uses: dtolnay/rust-toolchain@nightly
- name: Run cargo test
run: cargo test
{%- endif -%}
{% if ci-clippy -%}
{%- endif %}
{% if ci-clippy %}
clippy_check:
name: Clippy
runs-on: ubuntu-latest
@ -40,8 +40,8 @@ jobs:
components: clippy
- name: Run clippy
run: cargo clippy -- -D warnings
{%- endif -%}
{% if ci-fmt -%}
{%- endif %}
{% if ci-fmt %}
format:
name: Format
runs-on: ubuntu-latest