We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4f974 commit 0efcd86Copy full SHA for 0efcd86
.github/workflows/arduino_quality_check.yml
@@ -4,15 +4,12 @@ on:
4
push:
5
pull_request:
6
branches:
7
- - main
+ - master
8
9
jobs:
10
arduino-quality:
11
uses: sensirion/.github/.github/workflows/driver.arduino.check.yml@main
12
with:
13
expect-arduino-examples: true
14
# change to "update" once you published the driver on Arduino library registry
15
- lint-lib-manager-check: submit
16
-
17
- code-generation-check:
18
- uses: sensirion/.github/.github/workflows/driver.generated.metadata_check.yml@main
+ lint-lib-manager-check: update
0 commit comments