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 03f4a04 commit 45fca0bCopy full SHA for 45fca0b
.github/workflows/link-checker.yml
@@ -2,8 +2,9 @@ name: Link Checker
2
3
on:
4
repository_dispatch:
5
- pull_request:
6
workflow_dispatch:
+ pull_request:
7
+ types: [opened, synchronize, reopened]
8
schedule:
9
- cron: '0 0 1 * *' # Run at midnight on the first of every month
10
@@ -17,6 +18,9 @@ jobs:
17
18
with:
19
submodules: 'recursive'
20
21
+ - name: Corepack enable
22
+ run: corepack enable
23
+
24
- name: Set up Node.js
25
uses: actions/setup-node@v4
26
0 commit comments