Skip to content

Commit 65e8d5e

Browse files
committed
updating aio theme, link checker, and yarn
1 parent d3a62c8 commit 65e8d5e

File tree

7 files changed

+52418
-1161
lines changed

7 files changed

+52418
-1161
lines changed

.github/workflows/test-pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ jobs:
8686
cmd: install
8787

8888
- name: Check internal links
89-
run: yarn test:links
89+
uses: borales/actions-yarn@v3
90+
with:
91+
cmd: test:links
9092

9193
- name: Build site
9294
if: ${{ success() }}

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-3.2.4.cjs

Lines changed: 801 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
---
21
nodeLinker: node-modules
3-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
2+
3+
yarnPath: .yarn/releases/yarn-3.2.4.cjs

0 commit comments

Comments
 (0)