From 46946cc2217c192dab813f077b7c58d529cb9716 Mon Sep 17 00:00:00 2001 From: Companion Module Bot <98669070+companion-module-bot@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:16:03 +0000 Subject: [PATCH] chore: add 'Companion Module Checks' workflow --- .github/workflows/companion-module-checks.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/companion-module-checks.yaml diff --git a/.github/workflows/companion-module-checks.yaml b/.github/workflows/companion-module-checks.yaml new file mode 100644 index 0000000..bc8d44e --- /dev/null +++ b/.github/workflows/companion-module-checks.yaml @@ -0,0 +1,18 @@ +name: Companion Module Checks + +on: + push: + +jobs: + check: + name: Check module + + if: ${{ !contains(github.repository, 'companion-module-template-') }} + + permissions: + packages: read + + uses: bitfocus/actions/.github/workflows/module-checks.yaml@main + # with: + # upload-artifact: true # uncomment this to upload the built package as an artifact to this workflow that you can download and share with others +