mirror of
https://github.com/enso-org/enso.git
synced 2024-12-24 03:02:30 +03:00
parent
e3dd6a7027
commit
148a5b50b0
28
gui/.github/workflows/build.yml
vendored
28
gui/.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user