Skip to content

Commit fc3298f

Browse files
KinzaQamarmarnovandermaas
authored andcommitted
[CI] Added vendoring job
Signed-off-by: Kinza Qamar <kqzaman@lowrisc.org>
1 parent 92d7868 commit fc3298f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
python-reqs:
11-
name: Python requirements
11+
name: Repository checks
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -22,6 +22,12 @@ jobs:
2222
pip3 install -U pip "setuptools<66.0.0"
2323
pip3 install -r ./python-requirements.txt
2424
25+
- name: Check vendoring application
26+
run: |
27+
set -e
28+
source ./sunburst-py-venv/bin/activate
29+
./util/check_vendor_apply.sh
30+
2531
simulator:
2632
name: Simulator
2733
runs-on: nixos

0 commit comments

Comments
 (0)