mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
ci: Add nixd / nixf-tidy
Not tested.
This commit is contained in:
parent
1f1600a212
commit
95f52d6e39
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -39,3 +39,11 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- run: nix run nixpkgs#statix check
|
||||
nixd:
|
||||
name: nixf-tidy
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
- run: nix profile install github:nix-community/nixd#nixd
|
||||
- uses: inclyc/nixf-tidy-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user