1
0
forked from clan/clan-core

Revert "workaround gitea bug"

This reverts commit 38190adfb1.
This commit is contained in:
Jörg Thalheim 2024-03-12 17:23:12 +01:00
parent 422b3f096e
commit 0c688a0919

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