Skip to content

Bump the minor-and-patch group across 1 directory with 5 updates #628

Bump the minor-and-patch group across 1 directory with 5 updates

Bump the minor-and-patch group across 1 directory with 5 updates #628

Workflow file for this run

name: Links
on:
push:
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
fetch-depth: 0
persist-credentials: false
- name: Setup mise
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Check links
run: mise run check-links