reNixos/.github/workflows/fmt_run.yml
s0me1newithhand7s e0aacec2b3 .github/: actions update (autogenerated)
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-01-12 16:23:39 +03:00

23 lines
603 B
YAML

# This file is automatically generated from Nix configuration. Do not edit directly.
jobs:
fmt:
continue-on-error: false
permissions: write-all
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v6
- name: nix install
uses: DeterminateSystems/nix-installer-action@v21
- name: flake.lock check
uses: DeterminateSystems/flake-checker-action@v12
with:
fail-mode: true
- name: formatter run
run: |
nix develop -c prek run -a
name: flake_format
"on":
push: {}
workflow_dispatch: {}