Skip to content

Fix(obproxy): encrypt pwd of obproxy #443

Fix(obproxy): encrypt pwd of obproxy

Fix(obproxy): encrypt pwd of obproxy #443

Workflow file for this run

name: addlicense
on:
pull_request:
branches:
- master
- "*_release"
paths:
- '**/*.go'
jobs:
addlicense:
name: check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true
cache: true
- name: addlicense-check
run: |
go install github.com/google/addlicense@latest
find . -type f -name "*.go" -not -path "./distribution/*" -not -path "**/generated/*" | xargs addlicense -check