Skip to content

Add health bar

Add health bar #96

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: nix build
run: nix build -L
- name: cargo build
run: nix develop -c cargo build
if: success() || failure()