Skip to content

Why it's hard to share bookmarks.plist #28

Why it's hard to share bookmarks.plist

Why it's hard to share bookmarks.plist #28

Workflow file for this run

# GitHub Actions Virtual Environments
# https://github.com/actions/virtual-environments/
name: Link Checker
on:
- pull_request
jobs:
main:
name: Link Check
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
# https://github.com/marketplace/actions/markdown-link-check
- name: markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'