File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 directories :
1010 - /
1111 schedule :
12- interval : monthly
12+ interval : weekly
Original file line number Diff line number Diff line change 3232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3333 # https://docs.github.com/en/actions/reference/workflows-and-actions/dockerfile-support#user
3434 # - run: su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb"
35- - run : su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb && cat /tmp/report"
35+ # - run: su - kicad -c "kicad-cli pcb drc --exit-code-violations --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/MCP9601-Breakout/MCP9601-Breakout.kicad_pcb && cat /tmp/report"
36+ - run : su - kicad -c "kicad-cli pcb drc --severity-error --schematic-parity -o /tmp/report $GITHUB_WORKSPACE/hardware/Controller/Controller.kicad_pcb && cat /tmp/report"
3637
37- check-success :
38+ mergeable :
3839 runs-on : ubuntu-latest
3940 needs :
4041 - lint-software
You can’t perform that action at this time.
0 commit comments