Improve workflows
All checks were successful
Check actions / check-actions-actionlint (push) Successful in 45s
Check actions / check-actions-yamllint (push) Successful in 56s
Run nix flake check / flake-check (push) Successful in 2m5s

This commit is contained in:
2024-10-03 21:19:53 +02:00
parent 842adea065
commit 7450cea426
4 changed files with 47 additions and 9 deletions

View File

@@ -1,11 +1,11 @@
---
name: Periodic flake update
on:
on: # yamllint disable-line rule:truthy
schedule:
- cron: '0 */2 * * *'
workflow_dispatch:
- cron: "0 */2 * * *"
permissions:
contents: write
permissions:
contents: write
jobs:
flake-update:
@@ -23,4 +23,3 @@ jobs:
run: nix flake update --commit-lock-file
- name: push
run: git push