This commit is contained in:
parent
c8743adce9
commit
2379d84e29
1 changed files with 22 additions and 0 deletions
22
.gitea/workflows/format.yml
Normal file
22
.gitea/workflows/format.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue