Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Jan 22, 2024
1 parent 4f15bc8 commit 85335ae
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: docs_website/.node-version
- name: Run Prettier
- name: Run Prettier on Docs
working-directory: docs
run: npx prettier . --check
- name: Run Prettier on Docs website
working-directory: docs_website
run: npx prettier . --check

0 comments on commit 85335ae

Please sign in to comment.