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

This commit is contained in:
2026-03-23 13:36:45 +01:00
parent 7a6f513cb1
commit 04f479e77b
8 changed files with 221 additions and 84 deletions

View File

@@ -28,21 +28,27 @@ 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
shell: bash -c "nix develop --no-pure-eval --accept-flake-config --command {0}"
run: just format-check
- name: Audit
run: |
nix develop --no-pure-eval --accept-flake-config --command just audit
shell: bash -c "nix develop --no-pure-eval --accept-flake-config --command {0}"
run: just audit
- name: Coverage
run: |
nix develop --no-pure-eval --accept-flake-config --command just coverage-ci
shell: bash -c "nix develop --no-pure-eval --accept-flake-config --command {0}"
run: just coverage-ci
- name: Lint
run: |
nix develop --no-pure-eval --accept-flake-config --command just lint-report
shell: bash -c "nix develop --no-pure-eval --accept-flake-config --command {0}"
run: just lint-report
- name: Sonar analysis
uses: SonarSource/sonarqube-scan-action@v6