Skip to content

flake-update: nixpkgs & home-manager @ latest git (#152) #153

flake-update: nixpkgs & home-manager @ latest git (#152)

flake-update: nixpkgs & home-manager @ latest git (#152) #153

Workflow file for this run

name: Check *.nix files format
on: [pull_request, push]
jobs:
check-formatting:
name: Check formatting
runs-on: ubuntu-latest
steps:
- name: Code checkout
uses: actions/checkout@v5
- name: Setup Alejandra CLI
uses: 0xc000022070/[email protected]
- name: Check formatting
run: alejandra --check **/*.nix