1
0
Fork 0

Add Discord webhook at end of each CI run. (#20355)

This commit is contained in:
Nick Brassel 2023-04-07 16:37:06 +10:00 committed by GitHub
parent 4ba3fdfad2
commit 2e766a9c7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 61 additions and 3 deletions

View file

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