Skip to content

Commit 0be4627

Browse files
committed
don't checkout, but pass repo name to vale action
1 parent 503e0fa commit 0be4627

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@ env:
77
CHECKOUT_PATH: example
88

99
jobs:
10-
checkout:
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: actions/checkout@v4
14-
1510
vale:
1611
uses: couchbaselabs/docs-runner/.github/workflows/vale-review.yml@main
17-
needs: checkout
1812
with:
13+
repo: ${{github.repository}}
1914
path: ${{vars.CHECKOUT_PATH}}

0 commit comments

Comments
 (0)