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/.github/workflows/ci.yaml
Daniel Kempkens 484730c9ed
All checks were successful
CI / check (push) Successful in 1m32s
CI / build (push) Successful in 2m21s
fix(ci): build needs check
2023-09-14 15:59:27 +02:00

14 lines
266 B
YAML

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