Skip to content

Merge pull request #4021 from andydotxyz/fix/slowtextgrid #3

Merge pull request #4021 from andydotxyz/fix/slowtextgrid

Merge pull request #4021 from andydotxyz/fix/slowtextgrid #3

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@v3
with:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.20.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, ISC" --excluded=github.com/jsummers/[email protected]