nix-weather/.forgejo/workflows/nix-flake-check.yml

20 lines
359 B
YAML
Raw Normal View History

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: check 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: flake checks
run: nix flake check