From cbadc30d67a5a7324599f859026a92308557160e Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Wed, 23 Oct 2024 20:09:34 -0400 Subject: [PATCH 1/4] update workflows --- .github/workflows/copyright-header-check.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/copyright-header-check.yaml b/.github/workflows/copyright-header-check.yaml index 5e5cd39..4170fc3 100644 --- a/.github/workflows/copyright-header-check.yaml +++ b/.github/workflows/copyright-header-check.yaml @@ -5,9 +5,8 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install license-header-checker run: curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash - name: Run license check -# run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]] - run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad + run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]] From 3c734a93fdacb25d4645e8a00cc20c287ac9c927 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Wed, 23 Oct 2024 20:22:06 -0400 Subject: [PATCH 2/4] update dependencies --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index cb5f234..e874082 100644 --- a/platformio.ini +++ b/platformio.ini @@ -27,13 +27,13 @@ build_type = release ;lib_extra_dirs = ; ~/Projects2 lib_deps = - og3@0.2.2 + og3@0.2.3 og3x-oled@^0.2.2 og3x-shtc3@^0.2.0 adafruit/Adafruit BusIO adafruit/Adafruit SHTC3 Library bblanchon/ArduinoJson@^7.0.0 - ottowinter/AsyncMqttClient-esphome@ ^0.8.5 + heman/AsyncMqttClient-esphome@^1.0.0 esphome/ESPAsyncWebServer-esphome@^3.0.0 thingpulse/ESP8266 and ESP32 OLED driver for SSD1306 displays@^4.2.0 SPI From 4dcc9a09e5e0ec786cd11d6f5eb6a54586c7b7dc Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Wed, 23 Oct 2024 20:30:26 -0400 Subject: [PATCH 3/4] update license header --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index d9b2dda..8a2dc77 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,5 @@ // Copyright (c) 2024 Chris Lee and contibuters. -// Licensed under the MIT license. See LICENSE file in the project root for -// details. +// Licensed under the MIT license. See LICENSE file in the project root for details. #include #include From 2b1708d79f88a5e597da03a63eb1ff2605504fd1 Mon Sep 17 00:00:00 2001 From: Chris Lee Date: Wed, 23 Oct 2024 20:32:49 -0400 Subject: [PATCH 4/4] tweak workflow --- .github/workflows/copyright-header-check.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/copyright-header-check.yaml b/.github/workflows/copyright-header-check.yaml index 4170fc3..ccebdc8 100644 --- a/.github/workflows/copyright-header-check.yaml +++ b/.github/workflows/copyright-header-check.yaml @@ -9,4 +9,5 @@ jobs: - name: Install license-header-checker run: curl -s https://raw.githubusercontent.com/lluissm/license-header-checker/master/install.sh | bash - name: Run license check - run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]] +# run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad && [[ -z `git status -s` ]] + run: ./bin/license-header-checker -a -r -i git,.github,.pio ./util/license_header.txt . h cpp scad