2024-09-07 11:44:01 +02:00
|
|
|
# SPDX-FileCopyrightText: 2024 Christina Sørensen
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: EUPL-1.2
|
|
|
|
|
2024-09-07 12:07:44 +02:00
|
|
|
name: check
|
2024-09-07 11:44:01 +02:00
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches: [main]
|
|
|
|
pull_request:
|
|
|
|
branches: [main]
|
|
|
|
jobs:
|
2024-09-07 12:07:44 +02:00
|
|
|
run:
|
2024-09-07 11:44:01 +02:00
|
|
|
runs-on: native
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v4
|
2024-09-07 12:04:15 +02:00
|
|
|
- name: flake checks
|
2024-09-07 11:44:01 +02:00
|
|
|
run: nix flake check
|