Skip to content

fix: handle missing expression type in protobuf import correctly #366

fix: handle missing expression type in protobuf import correctly

fix: handle missing expression type in protobuf import correctly #366

Workflow file for this run

name: Markdown formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Run markdownlint-cli2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'