Skip to content

Commit

Permalink
Back down to -15
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Nov 13, 2023
1 parent d6ea4f1 commit 19f58b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
env:
LC_ALL: C
ARDUINO_DIRECTORIES_USER: ${{ github.workspace }}/.arduino/user
CLANG_FORMAT_CMD: clang-format-16
CLANG_FORMAT_CMD: clang-format-15
jobs:
smoke-sketches:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: KALEIDOSCOPE_CODE_FORMATTER=clang-format-16 make check-code-style
- run: KALEIDOSCOPE_CODE_FORMATTER=clang-format-15 make check-code-style
check-shellcheck:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 19f58b2

Please sign in to comment.