Skip to content

ci: bump github/super-linter from 6 to 7 #218

ci: bump github/super-linter from 6 to 7

ci: bump github/super-linter from 6 to 7 #218

Workflow file for this run

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