Update build.yml

Original commit: 7b854d1e28
This commit is contained in:
Wojciech Daniło 2019-11-22 02:09:48 +01:00 committed by GitHub
parent e3dd6a7027
commit 148a5b50b0

View File

@ -37,20 +37,20 @@ jobs:
with:
command: test
fmt:
name: Formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2019-11-04
override: true
- run: rustup component add rustfmt
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
# fmt:
# name: Formatter
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v1
# - uses: actions-rs/toolchain@v1
# with:
# toolchain: nightly-2019-11-04
# override: true
# - run: rustup component add rustfmt
# - uses: actions-rs/cargo@v1
# with:
# command: fmt
# args: --all -- --check
clippy:
name: Linter