nix-weather/.forgejo/workflows/nix-flake-check.yml
Christina Sørensen 149d353019
All checks were successful
conventional commits / conventional commits (pull_request) Successful in 6s
build / run (pull_request) Successful in 11s
check / run (pull_request) Successful in 47s
ci: change names
Signed-off-by: Christina Sørensen <christina@cafkafk.com>
2024-09-07 12:07:44 +02:00

17 lines
306 B
YAML

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
name: check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
run:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: flake checks
run: nix flake check