Skip to content

Commit d073f4d

Browse files
committed
add workflow call
1 parent 240be18 commit d073f4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
# It should also be possible to trigger checks manually
1212
workflow_dispatch:
1313

14+
# Allow this workflow to be invoked as a reusable workflow from other workflows
15+
workflow_call:
16+
1417
jobs:
1518
actions_lint_check:
1619
name: Actions lint check

0 commit comments

Comments
 (0)