Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahschwartz committed Oct 24, 2023
1 parent b32999c commit 63ea1f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
node-version: 18
- name: Run lint
run: |
npm install
npm run check:prod
lint-docs:
Expand All @@ -51,10 +52,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install -g [email protected]
# RUN LINT CHECK
- name: Lint Check
run: npm run lint:docs:check
run: |
npm install
npm run lint:docs:check

0 comments on commit 63ea1f5

Please sign in to comment.