mirror of
https://github.com/hyprwm/hyprlock.git
synced 2026-05-16 09:48:04 +02:00
11 lines
305 B
YAML
11 lines
305 B
YAML
name: Build
|
|
|
|
on: [push, pull_request, workflow_dispatch]
|
|
|
|
jobs:
|
|
nix:
|
|
if: (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork)
|
|
uses: hyprwm/actions/.github/workflows/nix.yml@main
|
|
secrets: inherit
|
|
with:
|
|
command: nix build --print-build-logs --keep-going
|