mirror of
https://codeberg.org/actions/setup-go.git
synced 2024-01-07 17:16:05 +00: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 |