Skip to content

flash: w25q: retry ID read on fail #97

flash: w25q: retry ID read on fail

flash: w25q: retry ID read on fail #97

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