We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92d7868 commit fc3298fCopy full SHA for fc3298f
.github/workflows/main.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
python-reqs:
11
- name: Python requirements
+ name: Repository checks
12
runs-on: ubuntu-latest
13
14
steps:
@@ -22,6 +22,12 @@ jobs:
22
pip3 install -U pip "setuptools<66.0.0"
23
pip3 install -r ./python-requirements.txt
24
25
+ - name: Check vendoring application
26
+ run: |
27
+ set -e
28
+ source ./sunburst-py-venv/bin/activate
29
+ ./util/check_vendor_apply.sh
30
+
31
simulator:
32
name: Simulator
33
runs-on: nixos
0 commit comments