From 646f566a6d188598e5c47dc5db06ad47d0b1001d Mon Sep 17 00:00:00 2001 From: Matthias Schoettle Date: Mon, 24 Feb 2025 16:14:03 -0500 Subject: [PATCH] Add workflow_call to actions workflow example Allows the workflow to be called from another workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 783b867..a6a523f 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ You can include the following lines in your workflow .yml file to run the lint s --- name: REUSE Compliance Check -on: [push, pull_request] +on: [push, pull_request, workflow_call] permissions: contents: read