feat(log): add LV_LOG_PRINT_CB to set a default log print cb (#6095) #1
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 Lint | |
on: | |
push: | |
branches: [ master, release/v8.* ] | |
pull_request: | |
branches: [ master, release/v8.* ] | |
jobs: | |
lint: | |
if: ${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }} | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: arduino/arduino-lint-action@v1 | |
with: | |
library-manager: update |