Skip to content

Small SEO changes #1480

Small SEO changes

Small SEO changes #1480

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- master
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: 3.x
- name: Install Protoc Go plugin
run: go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
- name: Checkout 🛎️
uses: actions/[email protected]
- name: Test
run: |
make test
make dist