Parcourir la source

ci: consider svg as docs as well

version-14
phot0n il y a 2 ans
Parent
révision
b0cea224c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/helper/roulette.py

+ 1
- 1
.github/helper/roulette.py Voir le fichier

@@ -49,7 +49,7 @@ def is_frontend_code(file):
return file.lower().endswith((".css", ".scss", ".less", ".sass", ".styl", ".js", ".ts", ".vue"))

def is_docs(file):
regex = re.compile(r'\.(md|png|jpg|jpeg|csv)$|^.github|LICENSE')
regex = re.compile(r'\.(md|png|jpg|jpeg|csv|svg)$|^.github|LICENSE')
return bool(regex.search(file))




Chargement…
Annuler
Enregistrer