-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #518 from skyclouds2001/dev
Release v1.6.0
- Loading branch information
Showing
23 changed files
with
661 additions
and
578 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
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 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 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 |
---|---|---|
|
@@ -20,16 +20,16 @@ concurrency: | |
jobs: | ||
lint: | ||
name: Run lint | ||
if: github.repository == 'skyclouds2001/vite-template-sky' | ||
if: github.repository == 'skyclouds2001/template-sky' | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
- name: Install Node.js | ||
uses: actions/setup-node@v4.0.4 | ||
uses: actions/setup-node@v4.1.0 | ||
with: | ||
node-version-file: .nvmrc | ||
cache: pnpm | ||
|
@@ -39,16 +39,16 @@ jobs: | |
run: pnpm lint | ||
tests: | ||
name: Run test | ||
if: github.repository == 'skyclouds2001/vite-template-sky' | ||
if: github.repository == 'skyclouds2001/template-sky' | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Install pnpm | ||
uses: pnpm/[email protected] | ||
- name: Install Node.js | ||
uses: actions/setup-node@v4.0.4 | ||
uses: actions/setup-node@v4.1.0 | ||
with: | ||
node-version-file: .nvmrc | ||
cache: pnpm | ||
|
@@ -57,7 +57,7 @@ jobs: | |
- name: Run tests | ||
run: pnpm test | ||
- name: Upload test report | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: test-report | ||
path: | | ||
|
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 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 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 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 |
---|---|---|
|
@@ -11,12 +11,12 @@ permissions: | |
jobs: | ||
github-release: | ||
name: Publish github release | ||
if: github.repository == 'skyclouds2001/vite-template-sky' | ||
if: github.repository == 'skyclouds2001/template-sky' | ||
timeout-minutes: 60 | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].2 | ||
- uses: softprops/[email protected] | ||
with: | ||
body: | | ||
Please refer to [CHANGELOG.md](https://github.com/skyclouds2001/vite-template-sky/blob/master/CHANGELOG.md) for details. | ||
Please refer to [CHANGELOG.md](https://github.com/skyclouds2001/template-sky/blob/master/CHANGELOG.md) for details. |
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 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 |
---|---|---|
@@ -1,8 +1,12 @@ | ||
[submodule "vite-react-template-sky"] | ||
path = vite-react-template-sky | ||
url = https://github.com/skyclouds2001/vite-react-template-sky | ||
branch = master | ||
[submodule "vite-vue-template-sky"] | ||
path = vite-vue-template-sky | ||
url = https://github.com/skyclouds2001/vite-vue-template-sky | ||
branch = master | ||
[submodule "vite-react-template-sky"] | ||
path = vite-react-template-sky | ||
url = https://github.com/skyclouds2001/vite-react-template-sky | ||
[submodule "rollup-template-sky"] | ||
path = rollup-template-sky | ||
url = https://github.com/skyclouds2001/rollup-template-sky | ||
branch = master |
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 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Contributing to vite-template-sky | ||
# Contributing to template-sky | ||
|
||
Thanks for your interest in contributing to vite-template-sky! | ||
Thanks for your interest in contributing to template-sky! |
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
Empty file.
Oops, something went wrong.