fix: lint only the curriculum for curriculum PRs (#48045)

This commit is contained in:
Naomi Carrigan
2022-10-14 13:05:39 -07:00
committed by GitHub
parent 4386d1025b
commit 035b475500
2 changed files with 5 additions and 6 deletions

View File

@@ -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.