This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.forgejo/workflows/ci.yaml
Daniel Kempkens b7f8234960
All checks were successful
CI / check (push) Successful in 1m31s
CI / build (push) Successful in 2m36s
fix(ci): Specify runner
2023-09-14 23:21:34 +02:00

23 lines
423 B
YAML

name: CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest-amd64
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
with:
runner: ubuntu-latest-amd64
secrets: inherit
build:
runs-on: ubuntu-latest-amd64
needs: check
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
with:
runner: ubuntu-latest-amd64
secrets: inherit