This commit is contained in:
parent
35313911ab
commit
75e661a2c7
1 changed files with 5 additions and 8 deletions
|
|
@ -1,22 +0,0 @@
|
|||
name: Format Nix Flake
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Nix
|
||||
uses: cachix/install-nix-action@v2
|
||||
with:
|
||||
nix_version: '2.18.1' # or desired Nix version
|
||||
|
||||
- name: Format Nix Flake
|
||||
run: nix fmt
|
||||
Loading…
Add table
Add a link
Reference in a new issue