ci: add nix build step
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

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
This commit is contained in:
Christina Sørensen 2024-09-07 12:04:15 +02:00
parent b05095ff35
commit b69542d9a6
Signed by: cafkafk
GPG key ID: 26C542FD97F965CE
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
name: Conventional Commits
name: conventional commits
runs-on: native
steps:
- uses: actions/checkout@v4

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: EUPL-1.2
name: Security audit
name: build flake
on:
schedule:
- cron: '0 0 * * *'
@ -15,5 +15,5 @@ jobs:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: Scan for vulnerabilities
run: nix develop --accept-flake-config --command cargo deny check
- name: build flake
run: nix build

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: EUPL-1.2
name: Check Flake
name: check flake
on:
schedule:
- cron: '0 0 * * *'
@ -15,5 +15,5 @@ jobs:
runs-on: native
steps:
- uses: actions/checkout@v4
- name: Run flake checks
- name: flake checks
run: nix flake check