Skip to content

bump Zephyr to tip of main (post 4.0.0-rc1) #54

bump Zephyr to tip of main (post 4.0.0-rc1)

bump Zephyr to tip of main (post 4.0.0-rc1) #54

Workflow file for this run

name: 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 .