Skip to content

Commit

Permalink
ci: Do flake-parts linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 21, 2024
1 parent d1906a4 commit 014bfa1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
pull_request:
jobs:
checks:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -16,3 +16,9 @@ jobs:
- name: Install omnix
run: nix --accept-flake-config profile install "github:juspay/omnix"
- run: om ci
flake-parts-linkCheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: nix build github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck --override-input process-compose-flake .

0 comments on commit 014bfa1

Please sign in to comment.