Skip to content

USB: separate string descriptor for CDC interface #81

USB: separate string descriptor for CDC interface

USB: separate string descriptor for CDC interface #81

Workflow file for this run

name: Code Formatting
on:
push:
pull_request:
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
# We don't need submodules - all code to check is in this repo
submodules: false
- name: Install clang-format
run: |
sudo apt-get update
sudo apt-get install -y clang-format
- name: Check code formatting
if: false
run: ./format.sh check