ci: name run_clippy job

This commit is contained in:
link2xt
2023-02-12 12:19:15 +00:00
parent 819d658531
commit c367bb63d1

View File

@@ -21,6 +21,7 @@ jobs:
- run: cargo fmt --all -- --check
run_clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3