Skip to content

CI: add reusable actions #30

CI: add reusable actions

CI: add reusable actions #30

Workflow file for this run

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