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 211355c commit e48a668Copy full SHA for e48a668
.github/workflows/semantic-commit.yml
@@ -12,8 +12,9 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
14
with:
15
- fetch-depth: 0 # Q: Change to match .github/workflows/spectral-lint.yml (ie: sparse checkout?)
16
-
+ sparse-checkout: |
+ openapi/
17
+ tools/spectral
18
- name: Check PR title
19
uses: amannn/action-semantic-pull-request@v5
20
env:
0 commit comments