Skip to content

[modem] pppos tcp/ip for uart modem (esp-idf only) #3908

[modem] pppos tcp/ip for uart modem (esp-idf only)

[modem] pppos tcp/ip for uart modem (esp-idf only) #3908

Workflow file for this run

---
name: YAML lint
on:
push:
branches: [dev, beta, release]
paths:
- "**.yaml"
- "**.yml"
pull_request:
paths:
- "**.yaml"
- "**.yml"
jobs:
yamllint:
name: yamllint
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.1.5
- name: Run yamllint
uses: frenck/action-yamllint@v1.5.0
with:
strict: true