Skip to content
This repository was archived by the owner on Jan 25, 2026. It is now read-only.

Implement parsing the server state from DB #4

Implement parsing the server state from DB

Implement parsing the server state from DB #4

Workflow file for this run

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix build
- run: nix flake check