Skip to content

feat : implement watchers #86

feat : implement watchers

feat : implement watchers #86

Workflow file for this run

name: CI Linux Build
on:
push:
branches: [ "main", "develop" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-25.05
- name: Build project
run: nix-build .nix/default.nix --no-out-link