Skip to content

[UX-53] rpk: add well-known protobuf types to rpk #64

[UX-53] rpk: add well-known protobuf types to rpk

[UX-53] rpk: add well-known protobuf types to rpk #64

Workflow file for this run

---
name: lint-yaml
on:
push:
branches: [dev]
paths:
- '.yamllint'
- '.github/workflows/*.yml'
pull_request:
paths:
- '.yamllint'
- '.github/workflows/*.yml'
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yamllint -f github .yamllint .github/workflows/*.yml