-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚧 UPDATE: CI * let's check * !website * no mater the format * update links (fix #820) * dollib
- Loading branch information
Showing
25 changed files
with
47 additions
and
74 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 |
---|---|---|
|
@@ -9,6 +9,18 @@ jobs: | |
build: | ||
name: Builds & Tests | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
prj: | ||
[ | ||
eslint-config, | ||
handles, | ||
helpers, | ||
internals, | ||
vite-plugin-kit-routes, | ||
vite-plugin-stripper, | ||
vite-plugin-watch-and-run, | ||
] | ||
steps: | ||
- name: 🌐 Checkout Repository | ||
uses: actions/checkout@v4 | ||
|
@@ -23,46 +35,10 @@ jobs: | |
nodeVersion: 22.11.0 | ||
|
||
- name: 🚧 Build Packages | ||
run: pnpm -r build | ||
run: pnpm -F "!website" build | ||
|
||
- name: 🧹 Lint Check | ||
run: pnpm -r lint | ||
run: pnpm -F ${{ matrix.prj }} lint | ||
|
||
- name: 👌 Run Tests | ||
run: pnpm -r test:ci | ||
|
||
# verify_create: | ||
# name: Verify Create | ||
# runs-on: ubuntu-latest | ||
# strategy: | ||
# matrix: | ||
# template: [kit-routes] | ||
# # template: [kit-routes, sveltekit-remult] | ||
# steps: | ||
# - name: 🌐 Checkout Repository | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits | ||
# fetch-depth: 0 | ||
|
||
# - name: 🧑💻 Setup env | ||
# uses: jycouet/jycouet/shared-config/setup@main | ||
# with: | ||
# pnpmVersion: 9.15.1 | ||
# nodeVersion: 22.11.0 | ||
|
||
# - name: 🚧 Run build | ||
# run: pnpm build | ||
|
||
# - name: ➕ Create template | ||
# run: | ||
# cd packages/create-kitql && pnpm dev test-${{ matrix.template }} -t ${{ matrix.template }} | ||
|
||
# - name: 🧑💻 Install playwright | ||
# run: cd packages/create-kitql/test-${{ matrix.template }} && npx [email protected] install | ||
|
||
# - name: 🛠️ e2e install | ||
# run: cd packages/create-kitql/test-${{ matrix.template }} && pnpm i --no-frozen-lockfile | ||
|
||
# - name: 👌 e2e tests (build, e2e, unit) | ||
# run: cd packages/create-kitql/test-${{ matrix.template }} && pnpm run test:ci | ||
run: pnpm -F ${{ matrix.prj }} test:ci |
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
export default { | ||
index: 'Introduction', | ||
create: 'npm create kitql', | ||
// create: 'npm create kitql', | ||
tools: 'Tools', | ||
faq: 'F.A.Q.', | ||
} |
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