Skip to content

Commit a3adc24

Browse files
Merge pull request #729 from freeCodeCamp/main
Create a new pull request by comparing changes across two branches
2 parents 95cc4a2 + cd94560 commit a3adc24

File tree

4,460 files changed

+249230
-28345
lines changed

Some content is hidden

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

4,460 files changed

+249230
-28345
lines changed

.dockerignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ docker/**/Dockerfile
88
**/*docker-compose*
99
**/node_modules
1010
.eslintcache
11-
api/__mocks__
12-
api/src/exam-environment/seed
11+

.eslintignore

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

.eslintrc.json

Lines changed: 0 additions & 134 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://www.freecodecamp.org/funding.json

.github/workflows/build-images.yml

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

.github/workflows/crowdin-upload.client-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: i18n - Upload Client UI
22
on:
33
workflow_dispatch:
44
schedule:
5-
# runs every weekday at 11:15 AM UTC
6-
- cron: '15 11 * * 1-5'
5+
# runs every weekday at 7:15 AM UTC
6+
- cron: '15 7 * * 1-5'
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/crowdin-upload.curriculum.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: i18n - Upload Curriculum
22
on:
33
workflow_dispatch:
44
schedule:
5-
# runs every weekday at 11:30 AM UTC
6-
- cron: '30 11 * * 1-5'
5+
# runs every weekday at 7:30 AM UTC
6+
- cron: '30 7 * * 1-5'
77

88
env:
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/curriculum-i18n-submodule.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
node-version: [20.x]
20+
node-version: [20]
2121
# Exclude the languages that we currently run in the full CI suite.
2222
locale:
2323
- 'chinese'
@@ -35,8 +35,6 @@ jobs:
3535

3636
- name: Setup pnpm
3737
uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d #v3.0.0
38-
with:
39-
version: 9
4038

4139
- name: Use Node.js ${{ matrix.node-version }}
4240
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2

0 commit comments

Comments
 (0)