Skip to content

Commit

Permalink
initial revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hmueller01 committed Feb 19, 2025
1 parent 48f4b3f commit 0cd305b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Check clang-format conformity
run: bash .github/clang-lint.sh
- name: Check clang-format conformity
run: bash .github/clang-lint.sh

# - name: Build on Arduino CLI
# run: bash ci/build-arduino.sh

0 comments on commit 0cd305b

Please sign in to comment.