Skip to content

ci: remove GITHUB_TOKEN from linter workflow #144

ci: remove GITHUB_TOKEN from linter workflow

ci: remove GITHUB_TOKEN from linter workflow #144

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@v2
- name: generate go libs using protoc
run: |
make
make check-changes