Skip to content

Commit 1604cce

Browse files
authored
Update markdown link checker. (#4057)
1 parent b2c11e8 commit 1604cce

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.github/workflows/markdown_linter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ jobs:
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'

.github/workflows/mlc_config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"aliveStatusCodes": [429, 200]
3+
}

build_runner/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/build_yaml_format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ key | value
1313
targets | Map<String, [BuildTarget](#buildtarget)> | a single target with the same name as the package
1414
builders | Map<String, [BuilderDefinition](#builderdefinition)> | empty
1515
post_process_builders | Map<String, [PostProcessBuilderDefinition](#postprocessbuilderdefinition)> | empty
16-
global_options | Map<String, [GlobalBuilderOptions](#globalBuilderOptions)> | empty
16+
global_options | Map<String, [GlobalBuilderOptions](#globalbuilderoptions)> | empty
1717
additional_public_assets | List<String> | empty
1818

1919
## BuildTarget

0 commit comments

Comments
 (0)