Skip to content

Merge pull request #12 from tpl-x/dependabot/go_modules/golang.org/x/… #12

Merge pull request #12 from tpl-x/dependabot/go_modules/golang.org/x/…

Merge pull request #12 from tpl-x/dependabot/go_modules/golang.org/x/… #12

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