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 864decbb8a - Show all commits

View file

@ -4,7 +4,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: https://github.com/DeterminateSystems/nix-installer-action@main - name: install nix action
uses: https://github.com/DeterminateSystems/nix-installer-action@main
with: with:
- github-token: ${{ secrets.GH_TOKEN }} github-token: ${{ secrets.GH_TOKEN }}
- run: nix flake check - run: nix flake check