Fixing begin of the TX-frame and issues with recieving an error frame. #7
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: Arduino Checks | |
on: | |
pull_request: | |
branches: | |
- main | |
push: | |
branches: | |
- main | |
jobs: | |
Arduino-Checks: | |
uses: sensirion/.github/.github/workflows/upt.arduino.check.yml@main | |
with: | |
expect-arduino-examples: true | |
lint-lib-manager-check: update |