mirror of
https://github.com/unraid/api.git
synced 2026-01-02 22:50:02 -06:00
test: web build action
This commit is contained in:
5
.github/workflows/pull-request-web.yml
vendored
5
.github/workflows/pull-request-web.yml
vendored
@@ -13,9 +13,8 @@ jobs:
|
||||
lint-web:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Get branch name
|
||||
id: branch-name
|
||||
uses: tj-actions/branch-names@v6
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Lint, Test, and Build Web Components
|
||||
uses: ./lint-test-build-web.yml
|
||||
|
||||
Reference in New Issue
Block a user