Skip to content

Commit

Permalink
Fixed yml indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperAV1994 committed Aug 28, 2020
1 parent 6c0e849 commit 8002913
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install minimal nightly with clippy and rustfmt
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt, clippy
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
components: rustfmt, clippy
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 8002913

Please sign in to comment.