mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
automated updating of flakes every weeks
This commit is contained in:
parent
26ac1dc1bd
commit
49a3267eec
18
.github/workflows/update-flake-lock.yml
vendored
Normal file
18
.github/workflows/update-flake-lock.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: update lock files
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
update:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install nix
|
||||
uses: cachix/install-nix-action@v15
|
||||
- name: checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: update flake.lock
|
||||
run: |
|
||||
nix flake update
|
Loading…
Reference in New Issue
Block a user