mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
fix: lint only the curriculum for curriculum PRs (#48045)
This commit is contained in:
@@ -265,13 +265,9 @@ jobs:
|
||||
npm run build:curriculum
|
||||
npm run build:server
|
||||
|
||||
- name: Format Files
|
||||
- name: Lint and Format Files
|
||||
run: |
|
||||
npm run format
|
||||
|
||||
- name: Lint Files
|
||||
run: |
|
||||
npm run lint
|
||||
npm run format:curriculum
|
||||
|
||||
# We do not need to run tests because they are run after the PR is created.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user