Skip to content

tool/format-esp: update for esp32[c5|c61|p4|h2] #67

tool/format-esp: update for esp32[c5|c61|p4|h2]

tool/format-esp: update for esp32[c5|c61|p4|h2] #67

Workflow file for this run

name: Build and Test OpenOCD Workflow
on:
push:
workflow_dispatch: # (to start the workflow manually)
jobs:
build-openocd:
name: Build OpenOCD
uses: ./.github/workflows/build_openocd.yml
test-openocd:
name: Test OpenOCD
uses: ./.github/workflows/test_openocd.yml
needs: build-openocd