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-15 15:31:23 +00:00
|
|
|
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
|
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
|