Skip to content

define esp-idf version to 4.4.8 (#46) #76

define esp-idf version to 4.4.8 (#46)

define esp-idf version to 4.4.8 (#46) #76

Workflow file for this run

name: YAML lint
on:
push:
branches: [main]
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.2.2
- name: Run yamllint
run: yamllint --strict .