提交 b244ea62 authored 作者: Serhij S's avatar Serhij S

fmt

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