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 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- 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.
962
962
963
963
- Switch to use a ` PollingDirectoryWatcher ` on windows, which should fix file
964
964
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.
966
966
967
967
## 0.7.11
968
968
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ key | value
13
13
targets | Map<String, [ BuildTarget] ( #buildtarget ) > | a single target with the same name as the package
14
14
builders | Map<String, [ BuilderDefinition] ( #builderdefinition ) > | empty
15
15
post_process_builders | Map<String, [ PostProcessBuilderDefinition] ( #postprocessbuilderdefinition ) > | empty
16
- global_options | Map<String, [ GlobalBuilderOptions] ( #globalBuilderOptions ) > | empty
16
+ global_options | Map<String, [ GlobalBuilderOptions] ( #globalbuilderoptions ) > | empty
17
17
additional_public_assets | List<String > | empty
18
18
19
19
## BuildTarget
You can’t perform that action at this time.
0 commit comments