Skip to content

Add Fabric AI for terminal #749

Add Fabric AI for terminal

Add Fabric AI for terminal #749

Workflow file for this run

name: Validate
on:
pull_request:
push:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Check formatting
run: nix run nixpkgs#nixfmt-rfc-style -- --check .
- name: Check flake
run: nix flake check