Skip to content

Commit 60e9d00

Browse files
committed
Merge branch 'main' into 2967-slow-performance-css-selectors
2 parents b8e6f06 + 863e611 commit 60e9d00

File tree

431 files changed

+4925
-1346
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

431 files changed

+4925
-1346
lines changed

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: [macos-13, windows-2022]
22-
shardIndex: [1, 2]
23-
shardTotal: [2]
22+
shardIndex: [1, 2, 3, 4]
23+
shardTotal: [4]
2424
steps:
2525
- name: ⏬ Checkout repo
2626
uses: actions/checkout@v4

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
validate-branch-name
22
node scripts/check-commit-mail.js
33
lint-staged --config .config/.lintstagedrc.js
4-
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's| |\\ |g') --write --ignore-unknown
4+
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's|( |&)|\\ |g') --write --ignore-unknown
55
git update-index --again
66
npm run lint:jscpd

README.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)