Skip to content

Commit

Permalink
compile-examples action: set enable-warnings-report, enable-deltas-re…
Browse files Browse the repository at this point in the history
…port
  • Loading branch information
JulStrat committed Jan 26, 2022
1 parent b361550 commit db4522a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compile-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- name: Compile examples
uses: arduino/compile-sketches@v1
with:
enable-deltas-report: true
enable-warnings-report: true
sketch-paths: |
- ./examples
libraries: |
Expand Down

0 comments on commit db4522a

Please sign in to comment.