Skip to content

ESP-IDF: add automated testing of cpp sample #9

ESP-IDF: add automated testing of cpp sample

ESP-IDF: add automated testing of cpp sample #9

Workflow file for this run

name: "CI: yamllint"
on:
pull_request:
workflow_dispatch:
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run yamllint
run: |
yamllint -f github .