Skip to content

Commit

Permalink
chore: add 'Companion Module Checks' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
companion-module-bot committed Dec 19, 2024
1 parent 958d638 commit 46946cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/companion-module-checks.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 46946cc

Please sign in to comment.