Skip to content

Added @tonic-ui/react__icons and updated @tonic-ui/react types for v2 #715

Added @tonic-ui/react__icons and updated @tonic-ui/react types for v2

Added @tonic-ui/react__icons and updated @tonic-ui/react types for v2 #715

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
permissions:
contents: read
jobs:
lint-md:
runs-on: ubuntu-latest
if: github.repository == 'DefinitelyTyped/DefinitelyTyped'
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
with:
run_install: |
- args: [--filter, ., --filter, '{./scripts}...']
- run: pnpm remark --frail . .github