File tree Expand file tree Collapse file tree 5 files changed +1
-7
lines changed
Expand file tree Collapse file tree 5 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - name : Install Nix
2323 uses : DeterminateSystems/nix-installer-action@main
24- - uses : DeterminateSystems/magic-nix-cache-action@main
2524
2625 - name : Checkout
2726 uses : actions/checkout@v4
@@ -42,13 +41,13 @@ jobs:
4241 with :
4342 name : " ${{ matrix.package }}"
4443 path : result/share/doc/nvf
44+
4545 flake-docs-linkcheck :
4646 name : Validate hyperlinks in documentation sources
4747 runs-on : ubuntu-latest
4848 steps :
4949 - name : Install Nix
5050 uses : DeterminateSystems/nix-installer-action@main
51- - uses : DeterminateSystems/magic-nix-cache-action@main
5251
5352 - name : Checkout
5453 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1919
2020 - name : Install Nix
2121 uses : DeterminateSystems/nix-installer-action@main
22- - uses : DeterminateSystems/magic-nix-cache-action@main
2322
2423 - name : Check Flake
2524 run : nix flake check
3332
3433 - name : Install Nix
3534 uses : DeterminateSystems/nix-installer-action@main
36- - uses : DeterminateSystems/magic-nix-cache-action@main
3735
3836 - run : nix run nixpkgs#alejandra -- -c .
Original file line number Diff line number Diff line change 2626 steps :
2727 - name : Install Nix
2828 uses : DeterminateSystems/nix-installer-action@main
29- - uses : DeterminateSystems/magic-nix-cache-action@main
3029
3130 - name : Checkout
3231 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3030
3131 - name : Install Nix
3232 uses : DeterminateSystems/nix-installer-action@main
33- - uses : DeterminateSystems/magic-nix-cache-action@main
3433
3534 - name : Checking EditorConfig
3635 shell : bash
Original file line number Diff line number Diff line change 4545 steps :
4646 - uses : actions/checkout@v4.1.7
4747 - uses : DeterminateSystems/nix-installer-action@main
48- - uses : DeterminateSystems/magic-nix-cache-action@main
4948 - run : |
5049 nix build .#docs -Lv
5150 cp -r result/share/doc/nvf public
You can’t perform that action at this time.
0 commit comments