Skip to content

Commit 78249ad

Browse files
ci: check sample filenames: relax for fixtures directory
1 parent 6d39e53 commit 78249ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/check_sample_filenames.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
".zip",
4444
".bndb",
4545
)
46-
IGNORED_DIRS = (".git", ".github", "sigs")
46+
IGNORED_DIRS = (".git", ".github", "sigs", "fixtures")
4747

4848

4949
def main(argv=None):

0 commit comments

Comments
 (0)