streamd/.forgejo/workflows/ci.yml
Renovate Bot dfd21cb1f7
All checks were successful
Release / Build and Release (push) Successful in 6s
Continuous Integration / Build Package (push) Successful in 48s
Continuous Integration / Lint, Check & Test (push) Successful in 1m13s
chore(deps): update https://git.konstantinfickel.de/actions/checkout digest to 34e1148
2026-04-17 00:07:48 +00:00

27 lines
569 B
YAML

name: Continuous Integration
on:
push:
workflow_dispatch:
jobs:
check:
name: Lint, Check & Test
runs-on: nix
steps:
- name: Check out Repository
uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6
- run: nix --version
- run: nix flake check
build:
name: Build Package
runs-on: nix
steps:
- name: Check out Repository
uses: https://git.konstantinfickel.de/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v6
- run: nix build