2020-08-12 00:55:11 +00:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-25 15:29:44 +00:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2020-08-12 00:55:11 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-12-20 15:34:43 +00:00
|
|
|
call-licensed:
|
2022-12-14 14:11:36 +00:00
|
|
|
name: Licensed
|
2022-12-19 12:22:55 +00:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|