Skip to content

⛽ feat(networking): adding UDP to the roadmap (#8) #13

⛽ feat(networking): adding UDP to the roadmap (#8)

⛽ feat(networking): adding UDP to the roadmap (#8) #13

Workflow file for this run

name: YAML Format Check
on:
push:
branches:
- main
paths:
- 'roadmap.yaml'
pull_request:
branches:
- '**'
paths:
- 'roadmap.yaml'
jobs:
yaml-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install yamllint
run: pip install yamllint
- name: Run yamllint
run: yamllint roadmap.yaml