Skip to content

maint: update submodule to use HNY fork #9

maint: update submodule to use HNY fork

maint: update submodule to use HNY fork #9

Workflow file for this run

name: Clean Generation
on:
pull_request:
env:
# Default minimum version of Go to support.
DEFAULT_GO_VERSION: 1.17
jobs:
generate-and-check:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: ${{ env.DEFAULT_GO_VERSION }}
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Generate
run: make clean protobuf
- name: Check Clean Work Tree
run: make check-clean-work-tree