mirror of
https://github.com/unraid/api.git
synced 2026-01-03 23:19:54 -06:00
test: web build action
This commit is contained in:
6
.github/workflows/pull-request-web.yml
vendored
6
.github/workflows/pull-request-web.yml
vendored
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user