Skip to content

chore: add ci workflows #1

chore: add ci workflows

chore: add ci workflows #1

name: Companion Module Checks
on:
push:
jobs:
check:
name: Check module
if: ${{ github.repository != 'bitfocus/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