test: web build action

This commit is contained in:
Zack Spear
2023-08-08 13:29:12 -07:00
committed by Zack Spear
parent 485e36c635
commit a21506c0fa

View File

@@ -20,5 +20,7 @@ jobs:
id: branch-name
uses: tj-actions/branch-names@v6
- name: Lint, Test, and Build Web Components
uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}"
- uses: jenseng/dynamic-uses@v1
name: Lint, Test, and Build Web Components
with:
uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}"