Skip to content

build(deps): bump editorconfig-checker/action-editorconfig-checker from 4a9ff23941335128114078d101266e7b4068a7cf to 7fa4dfc120bb57e3f91f24dca842de99878d66f0 #32

build(deps): bump editorconfig-checker/action-editorconfig-checker from 4a9ff23941335128114078d101266e7b4068a7cf to 7fa4dfc120bb57e3f91f24dca842de99878d66f0

build(deps): bump editorconfig-checker/action-editorconfig-checker from 4a9ff23941335128114078d101266e7b4068a7cf to 7fa4dfc120bb57e3f91f24dca842de99878d66f0 #32

Workflow file for this run

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