-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e6ddaaf
commit b71f0dc
Showing
12 changed files
with
57 additions
and
13,937 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Build Vue Component | ||
description: Builds a Vue component | ||
|
||
|
||
runs: | ||
using: "composite" | ||
steps: | ||
- name: set up Node.js | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: '18' | ||
- name: Install pnpm | ||
run: npm install -g pnpm | ||
shell: bash | ||
- name: install dependencies | ||
run: pnpm install | ||
shell: bash | ||
working-directory: vue_component | ||
- name: build vue component | ||
shell: bash | ||
run: pnpm run build | ||
working-directory: vue_component |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ jobs: | |
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.8' | ||
- name: build vue component | ||
uses: ./.github/actions/build-vue-component | ||
- name: set up Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
|
@@ -39,6 +41,8 @@ jobs: | |
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
- name: build vue component | ||
uses: ./.github/actions/build-vue-component | ||
- name: set up Poetry | ||
uses: abatilo/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.