Skip to content

feat: init new kernel via cli #17

feat: init new kernel via cli

feat: init new kernel via cli #17

Workflow file for this run

name: "Check Nix formatting"
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened] # trigger on PRs
workflow_dispatch:
jobs:
build:
name: Check Nix formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Check formatting
run: nix fmt -- -c ./