Skip to content

Merge pull request #15 from tpl-x/dependabot/go_modules/google.golang… #9

Merge pull request #15 from tpl-x/dependabot/go_modules/google.golang…

Merge pull request #15 from tpl-x/dependabot/go_modules/google.golang… #9

Workflow file for this run

name: build
on:
push:
branches:
- main
tags:
- v*
pull_request:
branches:
- master
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
# Run `git checkout`
- uses: actions/checkout@v2
# Install the `buf` CLI
- uses: bufbuild/[email protected]
# Install `protoc`
- uses: arduino/setup-protoc@v1