NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

skip reuse lint on alt build

+3 -3
+3 -3
.github/workflows/build2.yaml
··· 36 36 echo $GITHUB_WORKSPACE 37 37 ls -la $GITHUB_WORKSPACE 38 38 39 - - name: Reuse Lint 40 - run: | 41 - nix run .#reuse-lint 39 + # - name: Reuse Lint 40 + # run: | 41 + # nix run .#reuse-lint 42 42 43 43 - name: Build 44 44 run: |