-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove usage of batch calls * Add macros feature to tokio dependency * Remove unused code * Create curly-ligers-crash.md * Temporarily disable edr-benchmark workflow * Remove obsolete test * Run clippy with a normal step * Fix clippy * Add explanatory comment about disabled workflow
- Loading branch information
Showing
7 changed files
with
77 additions
and
293 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@nomicfoundation/edr": patch | ||
--- | ||
|
||
Removed usage of batch calls to prevent 429 errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,11 +151,7 @@ jobs: | |
args: --all --check | ||
|
||
- name: Run cargo clippy | ||
uses: auguwu/[email protected] | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
all-features: true | ||
check-args: --workspace --all-targets -- -Dwarnings | ||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings | ||
|
||
edr-docs: | ||
name: Build EDR Docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.