We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72767f8 commit 1fd072eCopy full SHA for 1fd072e
.github/workflows/testing.yml
@@ -96,4 +96,7 @@ jobs:
96
env:
97
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
98
99
- - run: yarn lint:links
+ - name: Link check
100
+ run: |
101
+ yarn build
102
+ yarn lint:links
0 commit comments