Skip to content

Merge branch 'release/v2.3.x' #1

Merge branch 'release/v2.3.x'

Merge branch 'release/v2.3.x' #1

Workflow file for this run

name: Check license of dependencies
on: [push, pull_request]
permissions:
contents: read
jobs:
licenses:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.19.x'
- name: Install lian
run: go install lucor.dev/lian@latest
- name: Check license of dependencies against go.mod
run: lian -d --allowed="Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT"