Skip to content

Bump typescript from 5.9.3 to 6.0.2 #599

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #599

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