Skip to content

ci: bump actions/checkout from 2 to 3 #153

ci: bump actions/checkout from 2 to 3

ci: bump actions/checkout from 2 to 3 #153

Workflow file for this run

name: protoc
on:
pull_request:
branches: [ '*' ]
jobs:
test-protoc:
runs-on: ubuntu-latest
steps:
- name: checkout source
uses: actions/checkout@v3
- name: generate go libs using protoc
run: |
make
make check-changes