Skip to content

Commit

Permalink
Update clang-format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dbambus authored Sep 13, 2024
1 parent 8960e62 commit f7ed858
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x' # Wähle die gewünschte Python-Version
- name: Install setuptools
run: pip install setuptools
- uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'h,hpp,cpp,ino'
clangFormatVersion: 11
clangFormatVersion: 18

0 comments on commit f7ed858

Please sign in to comment.