Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I guess we only get 18
Browse files Browse the repository at this point in the history
obra committed Jan 14, 2025
1 parent ce39e2e commit 04e2381
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
env:
LC_ALL: C
ARDUINO_DIRECTORIES_USER: ${{ github.workspace }}/.arduino/user
CLANG_FORMAT_CMD: clang-format-19
CLANG_FORMAT_CMD: clang-format-18
jobs:
smoke-sketches:
runs-on: ubuntu-latest
@@ -36,9 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt update
- run: sudo apt install clang-format-19
- run: KALEIDOSCOPE_CODE_FORMATTER=clang-format-19 make check-code-style
- run: KALEIDOSCOPE_CODE_FORMATTER=clang-format-18 make check-code-style
check-shellcheck:
runs-on: ubuntu-latest
steps:

0 comments on commit 04e2381

Please sign in to comment.