Skip to content

Commit

Permalink
Add lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnrusschen committed Jan 21, 2025
1 parent 2cff74b commit 483a0eb
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 483a0eb

Please sign in to comment.