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 9fce63d commit 9709bbeCopy full SHA for 9709bbe
.github/workflows/lint_format.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
+ with:
17
+ submodules: true
18
19
- name: Set up Node.js
20
uses: actions/setup-node@v3
.github/workflows/lint_links.yml
@@ -24,3 +24,4 @@ jobs:
24
with:
25
use-quiet-mode: "yes"
26
check-modified-files-only: ${{ (github.event_name == 'pull_request' && 'yes') || 'no' }}
27
0 commit comments