Преглед изворни кода

ci: consider svg as docs as well

version-14
phot0n пре 2 година
родитељ
комит
b0cea224c8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/helper/roulette.py

+ 1
- 1
.github/helper/roulette.py Прегледај датотеку

@@ -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))




Loading…
Откажи
Сачувај