Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
montyly committed May 20, 2024
1 parent 9fce63d commit 9709bbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: true

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
with:
use-quiet-mode: "yes"
check-modified-files-only: ${{ (github.event_name == 'pull_request' && 'yes') || 'no' }}
submodules: true

0 comments on commit 9709bbe

Please sign in to comment.