mirror of
https://github.com/actions/setup-node.git
synced 2025-12-16 21:37:46 +00:00
15 lines
278 B
YAML
15 lines
278 B
YAML
name: Licensed
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
pull_request:
|
|
branches:
|
|
- main
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-licensed:
|
|
name: Licensed
|
|
uses: actions/reusable-workflows/.github/workflows/licensed.yml@1e97bade5ca12552a4d14d19ef769e9667ad73c4 # main
|