Skip to content

pw_clock_tree_mcuxpresso: Move example code out of docs #19

pw_clock_tree_mcuxpresso: Move example code out of docs

pw_clock_tree_mcuxpresso: Move example code out of docs #19

Workflow file for this run

name: lintformat
on:
push
jobs:
lintformat:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- name: Bootstrap
run: pw_env_setup/run.sh bootstrap.sh
- name: lint/format
run: pw presubmit --program lintformat --full --keep-going