mirror of
https://github.com/actions/setup-go.git
synced 2024-11-15 20:04:38 +08:00
14 lines
213 B
YAML
14 lines
213 B
YAML
name: Licensed
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
call-licensed:
|
|
name: Licensed
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main |