-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into feature/M2-7458-paragraph-item-styling
- Loading branch information
Showing
113 changed files
with
5,405 additions
and
557 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 |
---|---|---|
|
@@ -21,15 +21,22 @@ jobs: | |
~/node_modules | ||
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/yarn.lock') }} | ||
|
||
- run: yarn install --frozen-lockfile | ||
- name: Remove .yarnrc file to avoid conflicts | ||
run: rm -rf .yarnrc | ||
|
||
- name: Enable Corepack | ||
run: corepack enable | ||
|
||
- name: Prepare and activate Yarn version 1.22.22 | ||
run: corepack prepare [email protected] --activate | ||
|
||
- name: Verify Yarn version | ||
run: yarn --version | ||
|
||
- name: Install dependencies with frozen lockfile | ||
run: yarn install --frozen-lockfile | ||
|
||
- uses: wearerequired/lint-action@v2 | ||
with: | ||
eslint: true | ||
eslint_extensions: mjs,js,jsx,mts,ts,tsx | ||
prettier: true | ||
prettier_extensions: mjs,js,jsx,mts,ts,tsx | ||
continue_on_error: false | ||
- run: yarn eslint src | ||
tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -39,7 +46,19 @@ jobs: | |
with: | ||
node-version: ${{ env.NODE_VERSION }} | ||
|
||
- name: Install deps | ||
- name: Remove .yarnrc file to avoid conflicts | ||
run: rm -rf .yarnrc | ||
|
||
- name: Enable Corepack | ||
run: corepack enable | ||
|
||
- name: Prepare and activate Yarn version 1.22.22 | ||
run: corepack prepare [email protected] --activate | ||
|
||
- name: Verify Yarn version | ||
run: yarn --version | ||
|
||
- name: Install dependencies with frozen lockfile | ||
run: yarn install --frozen-lockfile | ||
|
||
- uses: actions/cache@v4 | ||
|
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 |
---|---|---|
|
@@ -27,3 +27,6 @@ coverage | |
.env | ||
.env* | ||
!.env.example | ||
|
||
|
||
.yarn |
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 |
---|---|---|
|
@@ -90,5 +90,6 @@ | |
"vite-plugin-node-stdlib-browser": "^0.2.1", | ||
"vitest": "^1.2.0", | ||
"vitest-canvas-mock": "^0.3.3" | ||
} | ||
}, | ||
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca" | ||
} |
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
Oops, something went wrong.