Skip to content

Merge pull request #1725 from maxmind/dependabot/github_actions/codeq… #844

Merge pull request #1725 from maxmind/dependabot/github_actions/codeq…

Merge pull request #1725 from maxmind/dependabot/github_actions/codeq… #844

Workflow file for this run

name: Links
permissions:
contents: read
on:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
submodules: true
fetch-depth: 0
persist-credentials: false
- name: Setup mise
uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check links
run: mise run check-links