File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -10,19 +10,21 @@ jobs:
1010 linting-and-testing :
1111 runs-on : ubuntu-24.04
1212 steps :
13- - name : Check out the repo
14- uses : actions/checkout@v4
15- with :
16- fetch-depth : 0
1713 - name : Set up Nix
1814 uses : cachix/install-nix-action@v30
1915 with :
2016 extra_nix_config : |
2117 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
2218 substituters = https://cache.nixos.org/
2319 nix_path : nixpkgs=channel:nixos-
20+ - name : Check out the repo
21+ uses : actions/checkout@v4
22+ with :
23+ fetch-depth : 0
24+ - name : Set up direnv
25+ uses : HatsuneMiku3939/direnv-action@v1
2426 - name : Run tests and linters
25- run : nix develop --command just validate-project
27+ run : nix develop --command just --list && nix develop --command just validate-project
2628 - name : Generate documentation markdown documents
2729 run : nix develop --command just generate-documentation
2830 - name : Check if all generated files have been already commited
You can’t perform that action at this time.
0 commit comments