diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 2859c15..554358c 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,5 +1,4 @@ # These are supported funding model platforms -github: RobTillaart +github: RobTillaart custom: "https://www.paypal.me/robtillaart" - diff --git a/.github/workflows/arduino-lint.yml b/.github/workflows/arduino-lint.yml index 70d8d1c..7f8f4ef 100644 --- a/.github/workflows/arduino-lint.yml +++ b/.github/workflows/arduino-lint.yml @@ -1,4 +1,3 @@ - name: Arduino-lint on: [push, pull_request] @@ -11,4 +10,4 @@ jobs: - uses: arduino/arduino-lint-action@v1 with: library-manager: update - compliance: strict + compliance: strict \ No newline at end of file diff --git a/.github/workflows/arduino_test_runner.yml b/.github/workflows/arduino_test_runner.yml index be74547..dbd0ce7 100644 --- a/.github/workflows/arduino_test_runner.yml +++ b/.github/workflows/arduino_test_runner.yml @@ -1,4 +1,3 @@ ---- name: Arduino CI on: [push, pull_request] @@ -14,6 +13,5 @@ jobs: with: ruby-version: 2.6 - run: | - # sudo sysctl vm.mmap_rnd_bits=28 gem install arduino_ci arduino_ci.rb diff --git a/.github/workflows/jsoncheck.yml b/.github/workflows/jsoncheck.yml index fd05f5f..1cbb5e2 100644 --- a/.github/workflows/jsoncheck.yml +++ b/.github/workflows/jsoncheck.yml @@ -15,5 +15,4 @@ jobs: - name: json-syntax-check uses: limitusus/json-syntax-check@v2 with: - pattern: "\\.json$" - + pattern: "\\.json$" \ No newline at end of file