switch to forgejo actions #5

Merged
notohh merged 17 commits from actions-testing into master 2023-10-05 16:31:15 -04:00
Showing only changes of commit 4316a26a57 - Show all commits

View file

@ -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
- run: nix flake check
- uses: actions/checkout@v3
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
- run: nix flake check