Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

esp32/ota: Implement ESP-IDF OTA functionality. #21552

esp32/ota: Implement ESP-IDF OTA functionality.

esp32/ota: Implement ESP-IDF OTA functionality. #21552

Workflow file for this run

name: Check code formatting
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
code-formatting:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- name: Install packages
run: tools/ci.sh c_code_formatting_setup
- name: Run code formatting
run: tools/ci.sh c_code_formatting_run
- name: Check code formatting
run: git diff --exit-code
Morty Proxy This is a proxified and sanitized view of the page, visit original site.