Skip to content

build: bump tslib from 2.5.1 to 2.6.0 #55

build: bump tslib from 2.5.1 to 2.6.0

build: bump tslib from 2.5.1 to 2.6.0 #55

Workflow file for this run

name: Documentation
on:
pull_request:
jobs:
# check links are valid
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: yes
use-quiet-mode: yes
config-file: '.md-link-check.config.json'
base-branch: main