nix-weather/.forgejo/workflows/nix-build.yml

20 lines
352 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: build flake
on:
schedule:
- cron: '0 0 * * *'
push:
branches: [main]
pull_request:
branches: [main]
jobs:
security_audit:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: build flake
run: nix build