Skip to content

Commit

Permalink
add ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
joshieDo committed Jul 5, 2024
1 parent 04862a6 commit d718630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,9 @@ jobs:
uses: re-actors/alls-green@release/v1
with:
jobs: ${{ toJSON(needs) }}

no-arbitrary:
steps:
- name: Check for arbitrary or proptest dependency on binary dependencies
- uses: dtolnay/rust-toolchain@stable
- run: cargo tree --package reth -e=features,no-dev | grep -Eq "arbitrary|proptest" && exit 1 || exit 0

0 comments on commit d718630

Please sign in to comment.