File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed
Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11name : black
22on :
33 push :
4- - " problems/**.py"
5- - .github/workflows/black.yml
4+ paths : ["problems/**.py", ".github/workflows/black.yml"]
65 pull_request :
7- - " problems/**.py"
8- - .github/workflows/black.yml
6+ paths : ["problems/**.py", ".github/workflows/black.yml"]
97jobs :
108 linter_name :
119 name : runner / black formatter
Original file line number Diff line number Diff line change 11name : cocotb
22on :
33 push :
4- - " problems/**.v"
5- - " problems/**.py"
6- - .github/workflows/cocotb.yml
4+ paths : ["problems/**.v", "problems/**.py", ".github/workflows/cocotb.yml"]
75 pull_request :
8- - " problems/**.v"
9- - " problems/**.py"
10- - .github/workflows/cocotb.yml
6+ paths : ["problems/**.v", "problems/**.py", ".github/workflows/cocotb.yml"]
117jobs :
128 cocotb-container :
139 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments