Fix indentation.

This commit is contained in:
Tormod G. Hellen 2022-05-11 10:39:19 +02:00
parent 6114a29c5c
commit 2fb6366ee7
1 changed files with 15 additions and 15 deletions

View File

@ -32,18 +32,18 @@ jobs:
command: test command: test
args: --workspace args: --workspace
fmt: fmt:
name: Rustfmt name: Rustfmt
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
profile: minimal profile: minimal
toolchain: stable toolchain: stable
override: true override: true
- run: rustup component add rustfmt - run: rustup component add rustfmt
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
with: with:
command: fmt command: fmt
args: --all -- --check args: --all -- --check