Re-run minilints on .md change

While trivial updates to our docs don't really need a license
declaration, they were causing CI to fail after merge.
This commit is contained in:
Damien Elmes 2025-05-05 19:09:20 +10:00
parent 6a07c6e561
commit cbb202a46f

View file

@ -246,7 +246,7 @@ pub fn check_minilints(build: &mut Build) -> Result<()> {
let files = inputs![
glob![
"**/*.{py,rs,ts,svelte,mjs}",
"**/*.{py,rs,ts,svelte,mjs,md}",
"{node_modules,qt/bundle/PyOxidizer,ts/.svelte-kit}/**"
],
"Cargo.lock"