Skip to content

Test - Proto Gen

Test - Proto Gen #1

Workflow file for this run

name: Test - Proto Gen
on:
workflow_dispatch:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Tool
run: |
docker -v
make proto-gen