Skip to content

Commit f4f57a3

Browse files
committed
Fix DRC errors
1 parent 8dbf913 commit f4f57a3

File tree

4 files changed

+65
-60
lines changed

4 files changed

+65
-60
lines changed

.github/workflows/kibot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,26 @@ env:
2424
dir: "docs"
2525

2626
jobs:
27-
DRC:
27+
ERC:
2828
runs-on: ubuntu-latest
2929
container:
3030
image: ghcr.io/inti-cmnb/kicad6_auto:1.6.1
3131
steps:
3232
- uses: actions/checkout@v3
3333
with:
3434
submodules: true
35-
- name: Run KiBot for DRC
35+
- name: Run KiBot for ERC
3636
run: |
3737
kibot -c docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_drc -v -i
38-
ERC:
38+
DRC:
3939
runs-on: ubuntu-latest
4040
container:
4141
image: ghcr.io/inti-cmnb/kicad6_auto:1.6.1
4242
steps:
4343
- uses: actions/checkout@v3
4444
with:
4545
submodules: true
46-
- name: Run KiBot for ERC
46+
- name: Run KiBot for DRC
4747
run: |
4848
kibot -c docs.kibot.yml -e ${{env.schema}} -b ${{env.board}} -d ${{env.dir}} -s run_erc -v -i
4949
build:

0 commit comments

Comments
 (0)