Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
fix(ci): remove lib target from clippy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected committed Mar 1, 2024
1 parent 96ca6c3 commit a145e05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features
- run: cargo clippy --workspace --examples --tests --benches --all-features
env:
RUSTFLAGS: -D warnings

Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# alphanet

[![Crates.io][crates-badge]][crates-io]
[![Downloads][downloads-badge]][crates-io]
<!-- [![Crates.io][crates-badge]][crates-io] -->
<!-- [![Downloads][downloads-badge]][crates-io] -->
[![MIT License][mit-badge]][mit-url]
[![Apache-2.0 License][apache-badge]][apache-url]
[![CI Status][actions-badge]][actions-url]
Expand All @@ -23,12 +23,12 @@ for inclusion in these crates by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.
</sub>

[crates-badge]: https://img.shields.io/crates/v/alphanet.svg
[crates-io]: https://crates.io/crates/alphanet
[downloads-badge]: https://img.shields.io/crates/d/alphanet
<!-- [crates-badge]: https://img.shields.io/crates/v/alphanet.svg -->
<!-- [crates-io]: https://crates.io/crates/alphanet -->
<!-- [downloads-badge]: https://img.shields.io/crates/d/alphanet -->
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[apache-badge]: https://img.shields.io/badge/license-Apache--2.0-blue.svg
[mit-url]: LICENSE-MIT
[apache-url]: LICENSE-APACHE
[actions-badge]: https://github.com/paradigmxyz/alphanet/workflows/CI/badge.svg
[actions-badge]: https://github.com/paradigmxyz/alphanet/workflows/unit/badge.svg
[actions-url]: https://github.com/paradigmxyz/alphanet/actions?query=workflow%3ACI+branch%3Amain

0 comments on commit a145e05

Please sign in to comment.