Resolved PR comments

This commit is contained in:
mingxguo27
2020-09-16 10:28:36 +00:00
parent 6edf67ee2c
commit 3a6a78bbf2
3 changed files with 37 additions and 36 deletions

View File

@@ -38,12 +38,18 @@ jobs:
command: fmt
args: --all -- --check
- name: Cargo format fuzz/
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path fuzz/Cargo.toml --all -- --check
- name: Cargo format libraries/cbor
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path libraries/cbor/Cargo.toml --all -- --check
- name: Cargo format libraries/cbor/fuzz
uses: actions-rs/cargo@v1
with: