We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d24989 commit f0392a4Copy full SHA for f0392a4
1 file changed
.github/workflows/run_code_checks.yaml
@@ -16,6 +16,9 @@ on:
16
# It should also be possible to trigger checks manually
17
workflow_dispatch:
18
19
+ # Allow this workflow to be invoked as a reusable workflow from other workflows
20
+ workflow_call:
21
+
22
jobs:
23
lint_check:
24
name: Lint check
0 commit comments