mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2026-08-18 02:58:43 +00:00
12 lines
206 B
YAML
12 lines
206 B
YAML
on:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
build:
|
|
uses: hyprwm/actions/.github/workflows/nix.yml@main
|
|
secrets: inherit
|
|
with:
|
|
command: |
|
|
nix flake update
|
|
nix flake check -L --keep-going
|