Skip to content

Commit 840d1df

Browse files
authored
ci: include checkout for local repository
1 parent 1ee5e34 commit 840d1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr-lint.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
name: Lint pull request title
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Checkout repository
14+
uses: actions/checkout@v3
1315
- name: Lint pull request title
1416
uses: ./
1517
with:

0 commit comments

Comments
 (0)