File tree Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Expand file tree Collapse file tree 2 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 11name : Black format check
22
3- defaults : &file_paths
4- - ' .github/workflows/black_format.yml'
5- - ' **.py'
6-
73on :
84 pull_request :
9- paths : *file_paths
5+ paths :
6+ - ' .github/workflows/black_format.yml'
7+ - ' **.py'
108 push :
11- paths : *file_paths
9+ paths :
10+ - ' .github/workflows/black_format.yml'
11+ - ' **.py'
1212
1313jobs :
1414 black-format-check :
Original file line number Diff line number Diff line change 11name : Test textual-dev
22
3- defaults : &file_paths
4- - ' .github/workflows/pythonpackage.yml'
5- - ' **.py'
6- - ' **.pyi'
7- - ' **.css'
8- - ' **.lock'
9- - ' Makefile'
10-
113on :
124 pull_request :
13- paths : *file_paths
5+ paths :
6+ - ' .github/workflows/pythonpackage.yml'
7+ - ' **.py'
8+ - ' **.pyi'
9+ - ' **.css'
10+ - ' **.lock'
11+ - ' Makefile'
1412 push :
15- paths : *file_paths
13+ paths :
14+ - ' .github/workflows/pythonpackage.yml'
15+ - ' **.py'
16+ - ' **.pyi'
17+ - ' **.css'
18+ - ' **.lock'
19+ - ' Makefile'
1620
1721jobs :
1822 build :
You can’t perform that action at this time.
0 commit comments