Skip to content

Remove addColumn from stubs -> replace to add (#1374) #17

Remove addColumn from stubs -> replace to add (#1374)

Remove addColumn from stubs -> replace to add (#1374) #17

Workflow file for this run

name: Check for broken Links
on:
pull_request:
paths:
- '**.md'
push:
paths:
- '**.md'
jobs:
linkChecker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: 🔗 Check Links
uses: lycheeverse/[email protected]
with:
fail: true
args: --config .github/lychee.toml './**/*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}