Skip to content

Commit 35bc46a

Browse files
committed
WIP: cleanup - get rid of some clones, add tests, improve getting the token
1 parent 5015e1f commit 35bc46a

File tree

5 files changed

+438
-146
lines changed

5 files changed

+438
-146
lines changed

.github/actions/clippy-annotation-reporter/Cargo.lock

Lines changed: 88 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/clippy-annotation-reporter/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ log = "0.4"
1515
env_logger = "0.10"
1616
# Octocrab has a defined MSRV < 1.78 and depends on url 2.5.4 which also has a defined MSRV < 1.78 but url has a dependency on `idna` has a MSRV of 1.81. Not sure what is going on here.
1717
url = "=2.5.2"
18+
tempfile = "3.20.0"
1819

1920
[dev-dependencies]
2021
mockall = "0.11"

0 commit comments

Comments
 (0)