mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
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:
parent
6a07c6e561
commit
cbb202a46f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue