add ci and renovate
This commit is contained in:
14
.gitea/workflows/nix-flake-check.yaml
Normal file
14
.gitea/workflows/nix-flake-check.yaml
Normal 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
|
Reference in New Issue
Block a user