Add Discord webhook at end of each CI run. (#20355)
This commit is contained in:
@ -7,7 +7,7 @@ from milc import cli
|
||||
from qmk.path import normpath
|
||||
|
||||
py_file_suffixes = ('py',)
|
||||
py_dirs = ['lib/python']
|
||||
py_dirs = ['lib/python', 'util/ci']
|
||||
|
||||
|
||||
def yapf_run(files):
|
||||
|
Reference in New Issue
Block a user