Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslan rolkin committed Jan 15, 2025
2 parents 1eb3058 + 4981670 commit 324e164
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 154 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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axeltechnology-youplay",
"version": "0.0.9",
"version": "1.0.2",
"description": "Module made to work with YouPlay",
"manufacturer": "Axel Technology",
"product": [
Expand Down
Loading

0 comments on commit 324e164

Please sign in to comment.