switch to forgejo actions #5

Merged
notohh merged 17 commits from actions-testing into master 2023-10-05 16:31:15 -04:00
4 changed files with 14 additions and 6 deletions
Showing only changes of commit 882c0723e9 - Show all commits

View file

@ -0,0 +1,14 @@
on: [push]
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

View file

View file

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- run: echo All Good