blob: 5169a9d11906a4ba58b54ef40e031d8708a75c42 [file] [edit]
# This is an example of how to use the reusable workflow in .github/workflows/classify.yml
name: Classify License File
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-classifier:
uses: ./.github/workflows/classify.yml
with:
file_to_classify: 'LICENSE'