setup-node/.github/workflows/licensed.yml
2022-12-19 13:43:06 +01:00

16 lines
365 B
YAML

name: Licensed
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
call-licensed: # The reusable workflow can be found here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/licensed.yml
name: Licensed
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main