add ci and renovate

This commit is contained in:
2025-01-11 20:32:52 +01:00
parent aadaeb2a15
commit 660c8354a9
4 changed files with 68 additions and 56 deletions

View File

@@ -0,0 +1,14 @@
name: nix flake check
on:
push:
branches:
- 'renovate/**'
jobs:
nix-flake-update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v27
- run: nix flake check --all-systems