Compare commits
1 commit
57b85c8f64
...
aa440039bb
Author | SHA1 | Date | |
---|---|---|---|
aa440039bb |
2 changed files with 1 additions and 9 deletions
|
@ -19,14 +19,6 @@ jobs:
|
||||||
nix --version
|
nix --version
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
nix build --print-build-logs '.#checks.x86_64-linux.${{ matrix.check }}'
|
nix build --print-build-logs '.#checks.x86_64-linux.${{ matrix.check }}'
|
||||||
check-renovaterc:
|
|
||||||
runs-on: nixos
|
|
||||||
steps:
|
|
||||||
- uses: "https://git.salame.cl/actions/checkout@v4"
|
|
||||||
- name: Validate renovaterc.json
|
|
||||||
run: |
|
|
||||||
nix --version
|
|
||||||
nix shell nixpkgs#renovate --command renovate-config-validator
|
|
||||||
build:
|
build:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
needs: check
|
needs: check
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"prCreation": "immediate",
|
"prCreation": "immediate",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:best-practices"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"nix": {
|
"nix": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue