Skip to content

Commit bc78132

Browse files
committed
refactor: Use upstream reusable workflow directly
1 parent feb438b commit bc78132

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/license-check.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,9 @@ jobs:
3131
exit 1
3232
fi
3333
34-
# The reusable workflow is in a different repository, so we check it out.
35-
# Assuming 'billnapier/licenseclassifier' is the repository on GitHub.
36-
- name: Check out licenseclassifier repository
37-
uses: actions/checkout@v3
38-
with:
39-
repository: billnapier/licenseclassifier
40-
path: ./.licenseclassifier
41-
4234
- name: Run license classifier
4335
id: classify
44-
uses: ./.licenseclassifier/.github/workflows/classify.yml
36+
uses: google/licenseclassifier/.github/workflows/classify.yml@main
4537
with:
4638
file_to_classify: ${{ steps.find_license.outputs.filename }}
4739

0 commit comments

Comments
 (0)