rice/.forgejo/workflows/ci.yaml

25 lines
638 B
YAML
Raw Normal View History

on:
push:
branches:
- main
pull_request:
env:
NIX_CONFIG: 'extra-platforms = x86_64-linux'
jobs:
check:
runs-on: ubuntu-latest
steps:
2024-05-13 08:42:44 +00:00
- uses: https://github.com/docker/setup-qemu-action@v3
- uses: actions/checkout@v4
- uses: https://github.com/cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: '${{ secrets.GH_TOKEN }}'
- uses: https://github.com/cachix/cachix-action@v14
with:
name: kitchen
authToken: '${{ secrets.CACHIX_TOKEN }}'
- run: nix flake check --accept-flake-config