Skip to content

mmc: sdCardRequestMode() may return error, also switch to IDLE when m… #91

mmc: sdCardRequestMode() may return error, also switch to IDLE when m…

mmc: sdCardRequestMode() may return error, also switch to IDLE when m… #91

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