We need CI #159
This commit is contained in:
parent
476e9da950
commit
4926128c4a
|
@ -11,11 +11,14 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
||||
- name: Print Python Version
|
||||
run: |
|
||||
python3.8 --version
|
||||
|
||||
- name: Install Python Modules
|
||||
run: |
|
||||
pip3 install simpleparse
|
||||
|
||||
- name: Check All
|
||||
run: |
|
||||
bash bin/check_all.sh
|
||||
|
|
Loading…
Reference in New Issue