Skip to content

wip: test

wip: test #2

name: Check Module Packaging
on:
push:
jobs:
check:
name: Check module
uses: bitfocus/actions/.github/workflows/module-checks.yaml@main
with:
module-name: bmd-atem
permissions:
packages: read
# - name: Checkout
# uses: actions/checkout@v4
# - name: Package module
# uses: bitfocus/actions/module-packaging@main
# id: package
# with:
# module-name: ${{ github.repository }}
# directory: '.'
# github-token: ${{ github.token }}
# - name: Upload module
# uses: actions/upload-artifact@v4
# with:
# path: ${{ steps.package.outputs.package-file }}
# retention-days: 1