mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix: create config before audit (#47142)
This commit is contained in:
committed by
GitHub
parent
de874000cd
commit
853be8d712
6
.github/workflows/i18n-prs.yml
vendored
6
.github/workflows/i18n-prs.yml
vendored
@@ -23,10 +23,8 @@ jobs:
|
||||
with:
|
||||
node-version: ${{ matrix.node-version }}
|
||||
|
||||
- name: Install Dependencies and Build Config
|
||||
run: |
|
||||
npm ci
|
||||
npm run create:config
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Validate Challenge Files
|
||||
id: validate
|
||||
|
||||
Reference in New Issue
Block a user