ci: try test workflows
Some checks failed
/ check (push) Failing after 5s

This commit is contained in:
notohh 2023-10-05 15:23:06 -04:00
parent c6227b3031
commit 882c0723e9
Signed by: notohh
GPG key ID: BD47506D475EE86D
4 changed files with 14 additions and 6 deletions

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