Skip to content

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /demo #777

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /demo

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 in /demo #777

Workflow file for this run

name: Layotto Env Pipeline 🌊
on:
pull_request:
branches:
- main
jobs:
check:
name: "Proto Validation"
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: buf-setup
uses: bufbuild/buf-setup-action@v1
with:
version: '1.6.0'
- name: Install buf-lint
uses: bufbuild/buf-lint-action@v1
- name: Check comments in proto files
run: buf lint