File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [checks .lychee ]
2+ config = " lychee.toml"
3+ check_all_local = true
Original file line number Diff line number Diff line change 11[tools ]
2+ # Linters
3+ "github:grafana/flint" = " 0.20.3"
24lychee = " 0.23.0"
35markdownlint-cli2 = " 0.22.0"
46
7+ [env ]
8+ FLINT_CONFIG_DIR = " .github/config"
9+
510[settings ]
611# Only install tools explicitly defined in the [tools] section above
712idiomatic_version_file_enable_tools = []
@@ -12,7 +17,6 @@ windows_executable_extensions = ["sh"]
1217windows_default_file_shell_args = " bash"
1318use_file_shell_for_executable_tasks = true
1419
15- # Pick the tasks you need from flint (https://github.com/grafana/flint)
1620[tasks ."lint:links" ]
1721description = " Check for broken links in changed files + all local links"
18- file = " https://raw.githubusercontent.com/grafana/ flint/eded4cd370c729289a6de327a1a26831e10a39b9/tasks/lint/links.sh " # v0.20.2
22+ run = " flint run lychee "
You can’t perform that action at this time.
0 commit comments