Skip to content

Commit e48a668

Browse files
author
Sophia Marie Terry
committed
Try different checkout
1 parent 211355c commit e48a668

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/semantic-commit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1414
with:
15-
fetch-depth: 0 # Q: Change to match .github/workflows/spectral-lint.yml (ie: sparse checkout?)
16-
15+
sparse-checkout: |
16+
openapi/
17+
tools/spectral
1718
- name: Check PR title
1819
uses: amannn/action-semantic-pull-request@v5
1920
env:

0 commit comments

Comments
 (0)