4 Commits

Author SHA1 Message Date
Dreaded_X 11863a4919 chore(deps): Update dependencies
CI / prek (push) Failing after 1m16s
CI / cargo shear (push) Successful in 1m32s
2026-04-03 05:51:19 +02:00
Dreaded_X 20cfecbbeb chore: Disable building tests 2026-04-03 05:51:19 +02:00
Dreaded_X 46d13337b2 chore: Disable request features to reduce binary size 2026-04-03 05:51:19 +02:00
Dreaded_X d8f55f76fa chore: Setup workflows 2026-04-03 05:51:19 +02:00
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -7,6 +7,7 @@ on:
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_call:
jobs:
audit:
+3 -1
View File
@@ -4,7 +4,7 @@ on:
branches:
- "*"
pull_request:
workflow_dispatch:
workflow_call:
jobs:
prek:
@@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@nightly
with:
components: fmt, clippy
- uses: j178/prek-action@v2
cargo-shear: