Skip to content

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #526

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9

chore(deps): bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 #526

Workflow file for this run

# This job checks for broken links in various files in the repo.
name: "🔗 Broken Links"
on:
workflow_dispatch: # Or manually dispatch the job
pull_request:
push:
branches:
master
jobs:
check:
name: Check
runs-on: [plutus-ci, self-hosted]
steps:
- name: Checkout
uses: actions/checkout@main
- name: Run Linkchecker
run: |
nix develop --no-warn-dirty --accept-flake-config --command ./scripts/check-broken-links.sh