CI: add reusable actions

This commit is contained in:
Mihai Fufezan 2023-09-10 21:51:13 +03:00 committed by Mihai Fufezan
parent bc41d7ec85
commit ed51fe7bac
7 changed files with 111 additions and 95 deletions

13
.github/workflows/nix-ci.yml vendored Normal file
View file

@ -0,0 +1,13 @@
name: Nix
on: [push, pull_request, workflow_dispatch]
jobs:
wlroots:
uses: ./.github/workflows/nix-update-wlroots.yml
secrets: inherit
build:
needs: wlroots
uses: ./.github/workflows/nix-build.yml
secrets: inherit