Skip to content

Commit d28c361

Browse files
authored
refactor: updated silk screen (#125)
1 parent 60806dd commit d28c361

6 files changed

Lines changed: 25390 additions & 23149 deletions

File tree

.github/workflows/hardware-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
git config --global user.email "noreply@pslab.io"
8686
git config --global user.name "github-actions"
87-
python scripts/pslab_gerber_generator.py
87+
python3 scripts/pslab_gerber_generator.py
8888
git clone --quiet --branch=diff-img https://$GITHUB_ACTOR:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY diff-img > /dev/null
8989
cd diff-img
9090
convert -colorspace gray front-layer.png old-front.png

.github/workflows/pullrequest-ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,18 @@ jobs:
7373
with:
7474
name: pick-and-place
7575
path: docs/position_files/PositionFile.csv
76+
77+
- name: Electric Rule Check
78+
uses: actions/upload-artifact@v2
79+
with:
80+
name: electric-rule-check
81+
path: schematics/PSLab-erc.txt
82+
83+
- name: Design Rule Check
84+
uses: actions/upload-artifact@v2
85+
with:
86+
name: design-rule-check
87+
path: schematics/PSLab-drc.txt
7688

7789
- name: Setup board diff images
7890
run: |
@@ -108,18 +120,6 @@ jobs:
108120
CURRENTCOMMIT=$(git rev-parse HEAD)
109121
echo "current_commit=$CURRENTCOMMIT" >> $GITHUB_ENV
110122
echo "current_actor=$GITHUB_ACTOR" >> $GITHUB_ENV
111-
112-
- name: Electric Rule Check
113-
uses: actions/upload-artifact@v2
114-
with:
115-
name: electric-rule-check
116-
path: schematics/PSLab-erc.txt
117-
118-
- name: Design Rule Check
119-
uses: actions/upload-artifact@v2
120-
with:
121-
name: design-rule-check
122-
path: schematics/PSLab-drc.txt
123123
124124
- name: Pull request comment
125125
uses: actions/github-script@v4

0 commit comments

Comments
 (0)