diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 19af482..d4660c9 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -1,4 +1,4 @@ -name: Arduino Lib +name: Arduino Library on: pull_request: @@ -6,16 +6,8 @@ on: - master jobs: - arduino-lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: arduino/arduino-lint-action@v1 - - arduino-ci: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: Arduino-CI/action@stable-1.x - env: - EXPECT_EXAMPLES: true + Arduino-Checks: + uses: sensirion/.github/.github/workflows/upt.arduino.check.yml@main + with: + expect-arduino-examples: true + lint-lib-manager-check: update diff --git a/.github/workflows/platformio.yml b/.github/workflows/platformio.yml index 7bb9bbf..84b988f 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -1,4 +1,4 @@ -name: PIO Lib +name: PlatformIO Library on: pull_request: @@ -12,12 +12,12 @@ on: jobs: PlatformIO-Check: - uses: sensirion/.github/.github/workflows/platformio_check.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.check.yml@main with: pio-environment-list: '["GetLiveValues"]' PlatformIO-Build: - uses: sensirion/.github/.github/workflows/platformio_build.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.build.yml@main needs: PlatformIO-Check with: pio-environment-list: '["GetLiveValues"]' @@ -25,12 +25,12 @@ jobs: PlatformIO-Package: if: ${{ (github.ref_type != 'tag') && (github.ref_name == 'main') }} needs: PlatformIO-Build - uses: sensirion/.github/.github/workflows/platformio_publish.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@main with: should-publish: false PlatformIO-Publish: - uses: sensirion/.github/.github/workflows/platformio_publish.yml@main + uses: sensirion/.github/.github/workflows/upt.platformio.publish.yml@main if: github.ref_type == 'tag' needs: PlatformIO-Build with: