File tree Expand file tree Collapse file tree 2 files changed +155
-117
lines changed
Expand file tree Collapse file tree 2 files changed +155
-117
lines changed Original file line number Diff line number Diff line change 77 tests :
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/ checkout@v2.4.0
11- - uses : cachix/install-nix-action@v15
12- with :
13- extra_nix_config : |
14- access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
15- - uses : cachix/cachix-action@v10
10+ - name : git checkout
11+ 12+ - name : Install Nix
13+ uses : DeterminateSystems/nix-installer-action@main
14+ - name : configure cachix
15+ uses : cachix/cachix-action@v10
1616 with :
1717 name : ranfdev-geopard
1818 authToken : ' ${{ secrets.CACHIX_AUTH_TOKEN }}'
19- - run : nix --print-build-logs flake check
20- - run : nix --print-build-logs build
19+ - name : run checks
20+ run : nix --print-build-logs flake check
21+ - name : build
22+ run : nix --print-build-logs build
You can’t perform that action at this time.
0 commit comments