Skip to content

chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 in /e2e #174

chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 in /e2e

chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.79.3 in /e2e #174

name: Check License
on:
pull_request:
jobs:
check-license:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Install go-license
run: go install github.com/palantir/go-license@latest
- name: Check License
run: make check-license