提交 96f07e60 authored 作者: Serhij S's avatar Serhij S

fmt

上级 45851e4a
......@@ -12,20 +12,20 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo test
uses: actions/checkout@v3
run: cargo test --verbose --locked --all-features --all-targets
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo fmt
uses: actions/checkout@v3
run: cargo fmt --check
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cargo clippy
uses: actions/checkout@v3
run: |
cargo clippy -- -W clippy::all -W clippy::pedantic \
-A clippy::used-underscore-binding \
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论