Skip to content

improvements(cli): Enable specifying default key type for adding keys #158

improvements(cli): Enable specifying default key type for adding keys

improvements(cli): Enable specifying default key type for adding keys #158

Workflow file for this run

name: Check Licenses
on:
pull_request
permissions: read-all
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