Skip to content

feat(date-field): QuickBooks-style keyboard shortcuts #269

feat(date-field): QuickBooks-style keyboard shortcuts

feat(date-field): QuickBooks-style keyboard shortcuts #269

Workflow file for this run

name: Doc Check
on:
pull_request:
paths:
- "docs/**/*.md"
workflow_dispatch:
jobs:
link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Check links in docs
uses: lycheeverse/lychee-action@82202e5e9c2f4ef1a55a3d02563e1cb6041e5332 # v2.4.1
with:
args: |
--no-progress
--exclude 'mailto:'
'docs/**/*.md'
fail: true