Check rustfmt

pull/42/head
Takashi Kokubun 2 years ago
parent 5f9eda2479
commit 5e137d4128
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

@ -35,3 +35,16 @@ jobs:
with:
command: build
args: --release ${{ matrix.options }}
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check

Loading…
Cancel
Save