Skip to content

Commit

Permalink
chore: use re-usable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esolitos authored and gitbutler-client committed Aug 15, 2024
1 parent 27b5545 commit 88c9079
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 55 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/link-check.yml

This file was deleted.

28 changes: 28 additions & 0 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Link checker

on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 2 * * 1-5"

jobs:
test:
uses: vespa-engine/gh-actions/.github/workflows/jekyll-link-checker.yml@main
with:
ignore-urls: |-
/slack.vespa.ai/
/localhost:8080/
/127.0.0.1:3000/
/favicon.svg/
/main.jsx/
ignore-files: |-
/fnet/index.html/
/client/js/app/node_modules/
swap-urls: |-
(.*).md:\1.html

0 comments on commit 88c9079

Please sign in to comment.