Skip to content

feat: add =md to flag for list commands to allow md output #371

feat: add =md to flag for list commands to allow md output

feat: add =md to flag for list commands to allow md output #371

Workflow file for this run

name: Validate Schema
on:
pull_request:
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup golang
uses: ./.github/actions/golang
- name: Docs and schemas
run: make test-schema
- name: Save logs
if: always()
uses: ./.github/actions/save-logs