hellen-one/.github/workflows/test-check-all.yaml
Workflow config file is invalid. Please check your config file: yaml: line 6: did not find expected key

25 lines
432 B
YAML

name: Check All
on: [push, pull_request]
jobs:
build-firmware:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Print Python Version
run: |
python3.8 --version
- name: Install Python Modules
run: |
pip3 install simpleparse
- name: Build Docker
run: |
bash step1-build-docker.sh