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

14 lines
266 B
YAML
Raw Normal View History

2023-09-14 08:41:43 +00:00
name: CI
on: [push]
jobs:
2023-09-14 13:59:27 +00:00
check:
2023-09-14 08:41:43 +00:00
uses: daniel/reusable-workflows/.github/workflows/nix-flake-check.yaml@main
secrets: inherit
2023-09-14 13:01:37 +00:00
build:
2023-09-14 13:59:27 +00:00
needs: check
2023-09-14 13:01:37 +00:00
uses: daniel/reusable-workflows/.github/workflows/nix-flake-build.yaml@main
secrets: inherit