chore: add 'Companion Module Checks' workflow
This commit is contained in:
18
.github/workflows/companion-module-checks.yaml
vendored
Normal file
18
.github/workflows/companion-module-checks.yaml
vendored
Normal file
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user