switch to forgejo actions #5
1 changed files with 3 additions and 9 deletions
|
@ -3,12 +3,6 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: https://github.com/cachix/install-nix-action@v22
|
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
- run: nix flake check
|
||||||
install_url: https://nixos.org/nix/install
|
|
||||||
extra_nix_config: |
|
|
||||||
auto-optimise-store = true
|
|
||||||
access-tokens = ${{ secrets.FORGEJO_TOKEN }}
|
|
||||||
experimental-features = nix-command flakes
|
|
||||||
- run: nix flake check
|
|
||||||
|
|
Loading…
Reference in a new issue