Skip to content

feat: updated install url #65

feat: updated install url

feat: updated install url #65

Workflow file for this run

name: "Test CI"
on:
push:
branches:
- main
pull_request:
jobs:
tests:
strategy:
matrix:
package: [server, cli]
runs-on: ubuntu-latest
steps:
- name: Clone the repository
uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Check for flake configurations
run: nix flake check --all-systems --show-trace
- name: Build nix package
run: nix build .#${{ matrix.package }}