Skip to content

Commit

Permalink
Merge pull request #5334 from Hacker0x01/add-linter-for-docs
Browse files Browse the repository at this point in the history
Add lint step
  • Loading branch information
martijnrusschen authored Jan 21, 2025
2 parents 2cff74b + 483a0eb commit 3397522
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,15 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-

- name: Install dependencies
run: yarn install

- name: Install docs dependencies
run: yarn --cwd docs-site install

- name: Lint docs
run: yarn --cwd docs-site lint

- name: Build datepicker
run: yarn build

Expand Down

0 comments on commit 3397522

Please sign in to comment.