From c949f1e9bd77eb0cb02a749ca04f5cb21f239adb Mon Sep 17 00:00:00 2001 From: Quentin Fisch Date: Fri, 5 Apr 2024 11:23:54 +0200 Subject: [PATCH] name update for used sensirion workflows --- .github/workflows/arduino.yml | 20 +++++--------------- .github/workflows/platformio.yml | 8 ++++---- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 24281e4..f471f6d 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -9,18 +9,8 @@ on: - master jobs: - arduino-lint: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: arduino/arduino-lint-action@v1 - with: - library-manager: update - - 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 492a98c..4e873c4 100644 --- a/.github/workflows/platformio.yml +++ b/.github/workflows/platformio.yml @@ -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: '["ble_example", "basicUsage"]' 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: '["ble_example", "basicUsage"]' @@ -25,12 +25,12 @@ jobs: PlatformIO-Package: if: ${{ (github.ref_type != 'tag') && (github.ref_name == 'master') }} 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: