1
0
Fork 0

ci: Update nvim plugins

This commit is contained in:
Daniel Kempkens 2023-12-09 18:16:59 +01:00
parent 913490431f
commit a241a563fe
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -11,7 +11,10 @@ jobs:
- uses: actions/checkout@v4
with:
ref: master
- run: nix flake update
- name: Update dependencies
run: |
nix flake update
./home/programs/nvim/update-plugins.sh
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[automation] Update flake"