Create licenses.yml

This commit is contained in:
Sun Yimin 2025-06-18 08:49:51 +08:00 committed by GitHub
parent b138828e9d
commit 1a005fa41b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
.github/workflows/licenses.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Update License File
on:
push:
branches: [ main ]
paths:
- 'go.mod'
- 'go.sum'
jobs:
update-licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install go-licenses
run: go install github.com/google/go-licenses@latest
- name: Generate license files
run: |
go-licenses report github.com/emmansun/gmsm > third-party-licenses.md