Skip to content

Fixed typos and applied some corrections to the documentation #154

Fixed typos and applied some corrections to the documentation

Fixed typos and applied some corrections to the documentation #154

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bufbuild/[email protected]
- uses: bufbuild/buf-lint-action@v1
- name: buf-lint
uses: bufbuild/[email protected]