Skip to content

Switch to page.Path instead of file.Page.Path, because the latter breaks horribly for me, although apparently for no one else??? #1909

Switch to page.Path instead of file.Page.Path, because the latter breaks horribly for me, although apparently for no one else???

Switch to page.Path instead of file.Page.Path, because the latter breaks horribly for me, although apparently for no one else??? #1909

Workflow file for this run

name: check
on:
pull_request:
paths:
- linkerd.io/**
jobs:
linkerd_io:
name: check source files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markdown SEO Check
uses: zentered/[email protected]
with:
includes: '/linkerd.io/content/**/*.md'
max_title_length: 70
max_description_length: 150
max_slug_length: 100
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}