Skip to content

build(deps): bump golang.org/x/net from 0.22.0 to 0.26.0 #47

build(deps): bump golang.org/x/net from 0.22.0 to 0.26.0

build(deps): bump golang.org/x/net from 0.22.0 to 0.26.0 #47

name: Check Licenses
on:
pull_request
jobs:
check-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.go
**/**.proto
- run: |
make check-licenses
if: env.GIT_DIFF