From fa6b85214f9c6d0ff32e5ea18fa9512eac464dde Mon Sep 17 00:00:00 2001 From: Mitch Negus Date: Mon, 2 Dec 2024 08:49:03 -0700 Subject: [PATCH] Allow linting workflow reuse across the FIREWHEEL ecosystem --- .github/workflows/linting.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index fa6781e..abd0f5e 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -8,6 +8,8 @@ on: branches: [ "*" ] pull_request: branches: [ "main" ] + # Allow reuse across the FIREWHEEL ecosystem + workflow_call: jobs: lint: