Skip to content

feat(hm-module): add option to pass extraPrefs and extraPrefsFiles to… #90

feat(hm-module): add option to pass extraPrefs and extraPrefsFiles to…

feat(hm-module): add option to pass extraPrefs and extraPrefsFiles to… #90

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/setup-alejandra@v4.0.0
- name: Check formatting
run: alejandra --check **/*.nix