From 40fda92ad0259027e6e5a629e78cca482ebaee56 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 13:31:16 -0700 Subject: [PATCH] test: web build action --- .github/workflows/pull-request-web.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index d4ebdde4b..98509cfa5 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -11,16 +11,11 @@ concurrency: jobs: lint-web: - defaults: - run: - working-directory: web runs-on: ubuntu-latest steps: - name: Get branch name id: branch-name uses: tj-actions/branch-names@v6 - - 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 }}" + - name: Lint, Test, and Build Web Components + uses: ./lint-test-build-web.yml