Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #24

Merged
merged 11 commits into from
Oct 30, 2021
Prev Previous commit
Next Next commit
remove code check from job
  • Loading branch information
kaizoku-oh committed Oct 30, 2021
commit f64bfc922d657d8f3479d427e9628cc267854b66
12 changes: 0 additions & 12 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,12 @@ jobs:
cd examples/arduino
pio run

# Check the arduino example code
- name: Check Firmware
run: |
cd examples/arduino
pio check

# Build the stm32 example firmware
- name: Build Firmware
run: |
cd examples/stm32
pio run

# Check the stm32 example code
- name: Check Firmware
run: |
cd examples/stm32
pio check

# Generate doxygen documentation
- name: Generate documentation
uses: mattnotmitt/doxygen-action@v1
Expand Down