diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 5f1b60b..3e18cc3 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -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/clang-format-lint-action@v0.18.2 with: source: '.' extensions: 'h,hpp,cpp,ino' - clangFormatVersion: 11 + clangFormatVersion: 18