Compare commits

..

1 commit

Author SHA1 Message Date
840f16727b
ci: validate renovaterc
Some checks failed
/ check-renovaterc (push) Failing after 3s
/ build (push) Successful in 3s
/ check (clippy) (push) Successful in 2s
/ check (module-ipv4-only-test) (push) Successful in 7s
/ check (module-ipv4-test) (push) Successful in 7s
/ check (module-ipv6-only-test) (push) Successful in 7s
/ check (module-ipv6-test) (push) Successful in 7s
/ check (module-nginx-test) (push) Successful in 7s
/ check (nextest) (push) Successful in 2s
/ check (treefmt) (push) Successful in 3s
/ report-size (push) Successful in 8s
Also use config:best-practices
2025-03-09 12:38:19 +01:00

View file

@ -7,7 +7,7 @@ jobs:
- name: Validate renovaterc - name: Validate renovaterc
run: | run: |
nix --version nix --version
nix shell nixpkgs#renovate --command renovate-config-validator nix shell nixpkgs#renovate --command renovate-validate-config
build: build:
runs-on: nixos runs-on: nixos
steps: steps: