2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
2024-03-15 09:55:00 +01:00
|
|
|
#
|
2024-09-05 07:32:31 +02:00
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
2024-03-15 09:55:00 +01:00
|
|
|
|
2024-09-07 12:07:44 +02:00
|
|
|
name: build
|
2024-03-15 09:55:00 +01:00
|
|
|
on:
|
|
|
|
push:
|
2024-09-06 05:26:14 +02:00
|
|
|
branches: [main]
|
2024-09-05 18:47:55 +02:00
|
|
|
pull_request:
|
|
|
|
branches: [main]
|
2024-03-15 09:55:00 +01:00
|
|
|
jobs:
|
2024-09-07 12:07:44 +02:00
|
|
|
run:
|
2024-09-05 18:40:34 +02:00
|
|
|
runs-on: native
|
2024-03-15 09:55:00 +01:00
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
2024-09-07 12:04:15 +02:00
|
|
|
- name: build flake
|
|
|
|
run: nix build
|