1
0
forked from clan/clan-core

workaround gitea bug

This commit is contained in:
Jörg Thalheim 2024-03-12 17:09:26 +01:00 committed by Mic92
parent 934cf6e57a
commit 38190adfb1

View File

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