Files
stale/.github/workflows/licensed.yml
2023-03-13 19:39:35 +01:00

18 lines
269 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@main
with:
node-version: v16