Rename DC_MOTOR.kicad_sch to DC_MOTOR_0.1.kicad_sch #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check All | |
on: [ push, pull_request ] | |
jobs: | |
build-firmware: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
submodules: recursive | |
- name: Build Docker | |
run: | | |
bash step1-build-docker.sh | |
- name: Run Tests in Docker | |
run: | | |
bash step2-run-docker.sh |