File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Run against all markdown files in latest version of packages on pub.dev to
22# see if any can provoke a crash
33
4- name : package:markdown: crash tests
4+ name : " package:markdown: crash tests"
55
66on :
7+ # Run on PRs and pushes to the default branch.
8+ push :
9+ branches : [ main ]
10+ paths :
11+ - ' .github/workflows/markdown_crash_test.yaml'
12+ pull_request :
13+ branches : [ main ]
14+ paths :
15+ - ' .github/workflows/markdown_crash_test.yaml'
716 schedule :
817 # “At 00:00 (UTC) on Sunday.”
918 - cron : ' 0 0 * * 0'
19+ workflow_dispatch :
1020
1121defaults :
1222 run :
Original file line number Diff line number Diff line change 11# Run a smoke test against package:flutter_markdown.
22
3- name : package:markdown: flutter
3+ name : " package:markdown: flutter"
44
55on :
66 # Run on PRs and pushes to the default branch.
You can’t perform that action at this time.
0 commit comments