test nix in ci
Some checks failed
Nix / lint (push) Successful in 3m29s
Plex Update / update (push) Failing after 36s

This commit is contained in:
Vivian 2023-09-09 10:44:37 +02:00
parent 7fb5ed7ead
commit 79c9447175
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
name: Nix
on: [push]
jobs:
lint:
runs-on: docker

View file

@ -18,6 +18,8 @@ jobs:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULT_TOKEN: ${{ secrets.VAULT_TOKEN }}
run: |
sudo apt-get update
sudo apt-get install jq
git config user.name "Forgejo Actions Bot"
git config user.email "<>"