nix-weather/.forgejo/workflows/nix-flake-check.yml
Christina Sørensen b69542d9a6
All checks were successful
Conventional Commits / conventional commits (pull_request) Successful in 6s
build flake / security_audit (pull_request) Successful in 11s
check flake / security_audit (pull_request) Successful in 41s
ci: add nix build step
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-07 12:04:15 +02:00

19 lines
359 B
YAML

# 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