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