workaround gitea bug

This commit is contained in:
Jörg Thalheim
2024-03-12 17:09:26 +01:00
committed by Mic92
parent 55a09ae6c4
commit 8697d64625

View File

@@ -5,17 +5,17 @@ on:
branches:
- main
jobs:
checks:
test:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh github:Mic92/nix-fast-build -- --no-nom --eval-workers 20
check-links:
test-links:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix run --refresh --inputs-from .# nixpkgs#lychee .
checks-impure:
test-impure:
runs-on: nix
steps:
- uses: actions/checkout@v3