4 Commits

Author SHA1 Message Date
Dreaded_X 977b50fdaa chore(deps): Update dependencies
CI / prek (push) Successful in 2m17s
CI / cargo shear (push) Successful in 1m38s
Release-plz / Release-plz PR (push) Failing after 1m24s
2026-04-04 20:28:18 +02:00
Dreaded_X 2a1d019da1 chore: Disable building tests 2026-04-04 20:28:18 +02:00
Dreaded_X e319aca61d chore: Disable request features to reduce binary size 2026-04-04 20:28:17 +02:00
Dreaded_X 0542aaa1b8 chore: Setup workflows 2026-04-04 20:28:17 +02:00
2 changed files with 6 additions and 8 deletions
-2
View File
@@ -2,8 +2,6 @@ name: CI
on:
push:
branches:
- "main"
tags:
- "*"
pull_request:
+6 -6
View File
@@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup git config
uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
with:
token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
name: "Automation"
email: "automation@huizinga.dev"
# - name: Setup git config
# uses: https://github.com/OleksiyRudenko/gha-git-credentials@v2-latest
# with:
# token: "${{ secrets.RELEASE_PLZ_TOKEN }}"
# name: "Automation"
# email: "automation@huizinga.dev"
- uses: dtolnay/rust-toolchain@nightly
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2