Skip to content

feat: adding ci pipeline and test #1

feat: adding ci pipeline and test

feat: adding ci pipeline and test #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-25.05
- name: Update flake inputs
run: nix flake update --recreate-lock-file
- name: Build Nix package
run: nix build