Merge pull request 'Revert "workaround gitea bug"' (#940) from ci into main
Some checks failed
checks / checks (push) Failing after 13s
checks / check-links (push) Failing after 12s
checks / checks-impure (push) Failing after 12s

Reviewed-on: #940
This commit is contained in:
Mic92 2024-03-12 16:26:50 +00:00
commit 7c2e22de72

View File

@ -5,17 +5,17 @@ on:
branches: branches:
- main - main
jobs: jobs:
test: checks:
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
test-links: check-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 .
test-impure: checks-impure:
runs-on: nix runs-on: nix
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3