Skip to content

Commit 483a0eb

Browse files
Add lint step
1 parent 2cff74b commit 483a0eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-docs-site.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ jobs:
3636
restore-keys: |
3737
${{ runner.os }}-yarn-
3838
39-
40-
4139
- name: Install dependencies
4240
run: yarn install
4341

4442
- name: Install docs dependencies
4543
run: yarn --cwd docs-site install
4644

45+
- name: Lint docs
46+
run: yarn --cwd docs-site lint
47+
4748
- name: Build datepicker
4849
run: yarn build
4950

0 commit comments

Comments
 (0)