Skip to content

Update clang-format.yml #2

Update clang-format.yml

Update clang-format.yml #2

Workflow file for this run

name: Run clang-format Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
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