streamd/.forgejo/workflows/ci.yml
Renovate Bot 3ba0a21b4f
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 3m5s
Continuous Integration / Build Package (push) Successful in 3m50s
chore(deps): update https://git.konstantinfickel.de/actions/checkout digest to de0fac2
2026-04-20 00:06:21 +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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- run: nix build