chore(release): prepare 1.0.0 release
Some checks failed
Release / release (push) Has been cancelled
Release / checks (push) Has been cancelled
Publish Docker Images / coverage-and-sonar (push) Has been cancelled

This commit is contained in:
2026-03-23 13:36:45 +01:00
parent 7a6f513cb1
commit 9973d45412
8 changed files with 213 additions and 76 deletions

View File

@@ -28,6 +28,12 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Set up cachix
uses: cachix/cachix-action@v17
with:
name: phundrak
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- name: Format Check
run: |
nix develop --no-pure-eval --accept-flake-config --command just format-check