Skip to content

CI: add reusable actions #34

CI: add reusable actions

CI: add reusable actions #34

Workflow file for this run

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