Skip to content

ci: update workflows #350

ci: update workflows

ci: update workflows #350

name: Nix formatter checks
on:
pull_request:
push:
paths:
- "**.nix"
jobs:
lockfile:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
- uses: cachix/install-nix-action@v27
- name: Run nix formatter tool
run: nix fmt . -- --check