snowflake/.forgejo/workflows/check.yml
notohh 882c0723e9
Some checks failed
/ check (push) Failing after 5s
ci: try test workflows
2023-10-05 15:23:06 -04:00

14 lines
No EOL
462 B
YAML

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