Skip to content

Commit 90d7365

Browse files
committed
update test vale-review
1 parent f21f978 commit 90d7365

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
name: Hakim testing
22

33
on:
4-
workflow_dispatch:
4+
pull_request:
5+
paths:
6+
# the following should match `path:` declaration below
7+
- example/**
58

69
jobs:
710
vale:
811
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
912
with:
10-
repo: ${{github.repository}}
1113
path: example
14+
15+
pull_request_number: ${{ github.event.number }}
16+
base_sha: ${{ github.event.pull_request.base.sha }}
17+
head_sha: ${{ github.event.pull_request.head }}
18+
repository: ${{github.repository}}

0 commit comments

Comments
 (0)