Skip to content

Commit

Permalink
fixes lint and compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rlogiacco authored Jan 25, 2024
1 parent c3da299 commit da8d1f2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
fqbn: ${{ matrix.fqbn }}
sketch-paths: |
- examples/BatteryMonitor/BatteryMonitor
- examples/BetterApprox/BetterApprox
- examples/CustomRation/CustomRation
- examples/OnDemandDoubleLiIon/OnDemandDoubleLiIon
- examples/RGBBatteryIndicator/RGBBatteryIndicator
- examples/BatteryMonitor
- examples/BetterApprox
- examples/CustomRatio
- examples/OnDemandDoubleLiIon
- examples/RGBBatteryIndicator
build-for-esp32:
runs-on: ubuntu-latest
Expand All @@ -54,12 +54,12 @@ jobs:
- name: esp32:esp32
source-url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
sketch-paths: |
- examples/BatteryMonitor/BatteryMonitor
- examples/BetterApprox/BetterApprox
- examples/CustomRation/CustomRation
- examples/OnDemandDoubleLiIon/OnDemandDoubleLiIon
- examples/RGBBatteryIndicator/RGBBatteryIndicator
- examples/HigherADCResolution/HigherADCResolution
- examples/BatteryMonitor
- examples/BetterApprox
- examples/CustomRatio
- examples/OnDemandDoubleLiIon
- examples/RGBBatteryIndicator
- examples/HigherADCResolution
cli-compile-flags: |
- --warnings="none"
lint:
Expand All @@ -69,4 +69,4 @@ jobs:
- uses: arduino/arduino-lint-action@v1
with:
library-manager: update
compliance: strict
compliance: specification

0 comments on commit da8d1f2

Please sign in to comment.