ci: update
Some checks failed
ci/woodpecker/cron/flake-lock-update Pipeline failed

This commit is contained in:
notohh 2024-01-23 17:51:46 -05:00
parent 1034682278
commit 60ef82602e
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 5 additions and 16 deletions

View file

@ -1,15 +0,0 @@
when:
- path:
include: ['*.nix']
exclude: ['*.md', 'docs/**', '.woodpecker/*.yaml', '*.js', '*.lua', '*.scss', '*.nu']
steps:
check:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix flake check
fmt:
image: nixos/nix
commands:
- echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf
- nix run nixpkgs#alejandra -- -c .

View file

@ -1,4 +1,8 @@
clone:
git:
image: woodpeckerci/plugin-git
settings:
branch: flake-lock-update
when: when:
- event: cron - event: cron
cron: flake-lock-update cron: flake-lock-update