Skip to content

Commit

Permalink
Generate license report (#24)
Browse files Browse the repository at this point in the history
* Generate license report

* Restrict AGPL licenses
  • Loading branch information
cicdguy authored Nov 30, 2021
1 parent a80facf commit 128bee1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/licenses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: License report 🗃

on:
push:
branches:
- main
- pre-release
pull_request:
branches:
- main
- pre-release
workflow_call:

jobs:
license:
runs-on: ubuntu-latest
name: Check 🚩
steps:
- name: Checkout repo 🛎
uses: actions/checkout@v2

- name: Generate license report 📜
uses: insightsengineering/[email protected]
with:
regex: "^AGPL.*"

0 comments on commit 128bee1

Please sign in to comment.