Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Dec 18, 2024
1 parent 3c5707a commit a5987cc
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/companion-build-test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Check Module Packaging

on:
push:

jobs:
build:
name: Package module
runs-on: ubuntu-latest
timeout-minutes: 5

permissions:
packages: read

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Package module
uses: bitfocus/actions/module-packaging@main
with:
module-name: bmd-atem # TODO - dynamic
directory: '.'
github-token: ${{ github.token }}

0 comments on commit a5987cc

Please sign in to comment.