setup-node/.github/workflows/licensed.yml

17 lines
443 B
YAML
Raw Normal View History

name: Licensed
on:
2021-08-25 17:29:51 +02:00
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
2022-12-15 16:39:43 +01:00
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
uses: IvanZosimov/reusable-workflows/.github/workflows/licensed.yml@main