nix format job
Some checks failed
nix CI format / amd64 (pull_request) Failing after 1s

This commit is contained in:
Aaron Honeycutt 2026-01-09 20:04:16 -07:00
parent c8743adce9
commit 2379d84e29

View file

@ -0,0 +1,22 @@
name: nix CI format
on:
push:
branches: [main]
pull_request:
types: [opened, reopened]
jobs:
amd64:
runs-on: [ ubuntu-24.04, amd64-builder ]
steps:
- name: nix format
run: nix run nixpkgs#alejandra -- .
# arm64:
# runs-on : [ ubuntu-24.04, arm64-builder ]
# steps:
# - name: System Info
# run: |
# cat /etc/os-release
# echo
# uname -m