Skip to content

Commit 90b1894

Browse files
Merge pull request #737 from freeCodeCamp/main
Create a new pull request by comparing changes across two branches
2 parents df0fb64 + 5baa63b commit 90b1894

313 files changed

Lines changed: 15088 additions & 372 deletions

File tree

Some content is hidden

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

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pnpm-lock.yaml
3535
# -------------------------------------------------
3636

3737
/curriculum/challenges/english/* @freecodecamp/curriculum
38-
/curriculum/challenges/structure/* @freecodecamp/dev-team @freecodecamp/curriculum
38+
/curriculum/structure/* @freecodecamp/dev-team @freecodecamp/curriculum
3939
/client/i18n/locales/english/* @freecodecamp/dev-team @freecodecamp/curriculum
4040
/client/src/pages/learn/* @freecodecamp/dev-team @freecodecamp/curriculum
4141

.github/workflows/e2e-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
run: pnpm run seed:certified-user
169169

170170
- name: Run playwright tests
171-
run: npx playwright test --project=${{ matrix.browsers }} --grep-invert 'third-party-donation.spec.ts'
171+
run: pnpm run playwright:run --project=${{ matrix.browsers }} --grep-invert 'third-party-donation.spec.ts'
172172

173173
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
174174
if: ${{ !cancelled() }}

.github/workflows/e2e-third-party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
run: pnpm run seed:certified-user
152152

153153
- name: Run playwright tests
154-
run: npx playwright test third-party-donation.spec.ts --project=${{ matrix.browsers }}
154+
run: pnpm run playwright:run third-party-donation.spec.ts --project=${{ matrix.browsers }}
155155

156156
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
157157
if: ${{ !cancelled() }}

.lintstagedrc.mjs

Lines changed: 0 additions & 4 deletions
This file was deleted.

client/i18n/locales/chinese-traditional/intro.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7841,6 +7841,13 @@
78417841
"In these lectures, you will learn how to work with the <code>audio</code> and <code>video</code> elements."
78427842
]
78437843
},
7844+
"workshop-html-video-player": {
7845+
"title": "Build an HTML Video Player",
7846+
"intro": [
7847+
"In this workshop, you'll use HTML to create a basic video player.",
7848+
"This project will cover the <code>video</code> element, the video player setup, and more."
7849+
]
7850+
},
78447851
"lab-html-audio-and-video-player": {
78457852
"title": "Build an HTML Audio and Video Player",
78467853
"intro": [
@@ -8042,6 +8049,12 @@
80428049
"In this workshop, you will build an accessible tech conference schedule table."
80438050
]
80448051
},
8052+
"lab-debug-donation-form": {
8053+
"title": "Debug a Donation Form",
8054+
"intro": [
8055+
"In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
8056+
]
8057+
},
80458058
"lecture-introduction-to-aria": {
80468059
"title": "Introduction to ARIA",
80478060
"intro": [

client/i18n/locales/chinese/intro.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7841,6 +7841,13 @@
78417841
"In these lectures, you will learn how to work with the <code>audio</code> and <code>video</code> elements."
78427842
]
78437843
},
7844+
"workshop-html-video-player": {
7845+
"title": "Build an HTML Video Player",
7846+
"intro": [
7847+
"In this workshop, you'll use HTML to create a basic video player.",
7848+
"This project will cover the <code>video</code> element, the video player setup, and more."
7849+
]
7850+
},
78447851
"lab-html-audio-and-video-player": {
78457852
"title": "Build an HTML Audio and Video Player",
78467853
"intro": [
@@ -8042,6 +8049,12 @@
80428049
"In this workshop, you will build an accessible tech conference schedule table."
80438050
]
80448051
},
8052+
"lab-debug-donation-form": {
8053+
"title": "Debug a Donation Form",
8054+
"intro": [
8055+
"In this lab you will debug a donation form by fixing HTML syntax errors and improving accessibility."
8056+
]
8057+
},
80458058
"lecture-introduction-to-aria": {
80468059
"title": "Introduction to ARIA",
80478060
"intro": [

0 commit comments

Comments
 (0)