Skip to content

Commit

Permalink
ci: include checkout for local repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored May 26, 2022
1 parent 1ee5e34 commit 840d1df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
name: Lint pull request title
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Lint pull request title
uses: ./
with:
Expand Down

0 comments on commit 840d1df

Please sign in to comment.