We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e196d7 commit c6be7a1Copy full SHA for c6be7a1
.github/workflows/companion-module-checks.yaml
@@ -0,0 +1,18 @@
1
+name: Companion Module Checks
2
+
3
+on:
4
+ push:
5
6
+jobs:
7
+ check:
8
+ name: Check module
9
10
+ if: ${{ !contains(github.repository, 'companion-module-template-') }}
11
12
+ permissions:
13
+ packages: read
14
15
+ uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
16
+ # with:
17
+ # upload-artifact: true # uncomment this to upload the built package as an artifact to this workflow that you can download and share with others
18
0 commit comments