File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
15- - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
15+ - uses : tcort/github-action-markdown-link-check@75e8eff79b17a74255f5d39b8e8fe66b9ce891f6
16+ with :
17+ use-quiet-mode : ' yes'
18+ config-file : ' mlc_config.json'
Original file line number Diff line number Diff line change 1+ {
2+ "aliveStatusCodes" : [429 , 200 ]
3+ }
Original file line number Diff line number Diff line change @@ -962,7 +962,7 @@ also work when you create an output directory.
962962
963963- Switch to use a ` PollingDirectoryWatcher ` on windows, which should fix file
964964 watching with the ` --output ` option. Follow along at
965- https://github.com/dart-lang/watcher /issues/52 for more details.
965+ https://github.com/dart-lang/tools /issues/1713 for more details.
966966
967967## 0.7.11
968968
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ key | value
1313targets | Map<String, [ BuildTarget] ( #buildtarget ) > | a single target with the same name as the package
1414builders | Map<String, [ BuilderDefinition] ( #builderdefinition ) > | empty
1515post_process_builders | Map<String, [ PostProcessBuilderDefinition] ( #postprocessbuilderdefinition ) > | empty
16- global_options | Map<String, [ GlobalBuilderOptions] ( #globalBuilderOptions ) > | empty
16+ global_options | Map<String, [ GlobalBuilderOptions] ( #globalbuilderoptions ) > | empty
1717additional_public_assets | List<String > | empty
1818
1919## BuildTarget
You can’t perform that action at this time.
0 commit comments