Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/workflows/source-map-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ name: source-map validation

on:
workflow_dispatch:
pull_request:
paths:
- 'src/**'
- 'etc/**'
- 'package.json'
- 'scripts/test-package.mjs'
# lint-md core moves on its own. The weekly run catches breakage caused
# by changes inside core, not by parser changes.
schedule:
- cron: '0 3 * * 1'

Expand Down