2020-09-24 05:22:43 +08:00
|
|
|
name: Licensed
|
|
|
|
|
|
|
|
on:
|
2021-08-25 23:47:15 +08:00
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- main
|
|
|
|
pull_request:
|
|
|
|
branches:
|
|
|
|
- main
|
2020-09-24 05:22:43 +08:00
|
|
|
|
|
|
|
jobs:
|
2022-12-22 17:17:13 +08:00
|
|
|
call-licensed:
|
|
|
|
name: Licensed
|
2023-03-09 18:44:56 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
|