Skip to content

fix(renovate): config issues + renovate config validator CI check #104

fix(renovate): config issues + renovate config validator CI check

fix(renovate): config issues + renovate config validator CI check #104

Workflow file for this run

name: "Build"
on: [ "pull_request" ]
jobs:
validate-renovate
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- run: nix shell github:nixos/nixpkgs#renovate --command renovate-config-validator
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=channel:nixos-24.05
- run: nix --experimental-features "nix-command flakes" flake check