with recent stuff, maybe no detsys
This commit is contained in:
parent
f27ba72298
commit
326a8d44af
2 changed files with 0 additions and 37 deletions
16
.github/workflows/check.yml
vendored
16
.github/workflows/check.yml
vendored
|
@ -1,16 +0,0 @@
|
||||||
name: check-flake
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
check:
|
|
||||||
name: check-flake
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Check Nix flake inputs
|
|
||||||
uses: DeterminateSystems/flake-checker-action@v4
|
|
21
.github/workflows/update.yml
vendored
21
.github/workflows/update.yml
vendored
|
@ -1,21 +0,0 @@
|
||||||
name: update-flake-lock
|
|
||||||
on:
|
|
||||||
workflow_dispatch: # allows manual triggering
|
|
||||||
schedule:
|
|
||||||
- cron: '0 0 * * 3,6' # runs weekly on Wednesday and Saturday at 00:00
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
lockfile:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install Nix
|
|
||||||
uses: DeterminateSystems/nix-installer-action@v1
|
|
||||||
- name: Update flake.lock
|
|
||||||
uses: DeterminateSystems/update-flake-lock@v21
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
|
||||||
pr-title: "Update flake.lock"
|
|
||||||
pr-labels: automated
|
|
||||||
commit-msg: "update"
|
|
Loading…
Add table
Add a link
Reference in a new issue