Skip to content

refactor: pretty clean and very neat codebase, without shitty monorepo #1

refactor: pretty clean and very neat codebase, without shitty monorepo

refactor: pretty clean and very neat codebase, without shitty monorepo #1

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test-flake:
runs-on: self-hosted
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Check up flake configuration
run: nix flake check --all-systems --show-trace
test-project:
runs-on: self-hosted
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Build project with Nix
run: nix build