Skip to content

Commit 1fd072e

Browse files
committed
update testing.yml
1 parent 72767f8 commit 1fd072e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,7 @@ jobs:
9696
env:
9797
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
9898

99-
- run: yarn lint:links
99+
- name: Link check
100+
run: |
101+
yarn build
102+
yarn lint:links

0 commit comments

Comments
 (0)