Skip to content

Commit 2755a57

Browse files
committed
Remove step to checkout code for commit signing job - it's unused
We don't use the checked out code, so this is a redundant step in this job.
1 parent 27a1686 commit 2755a57

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pr-check-signed-commits.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ jobs:
99
pull-requests: write
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Check out code
13-
uses: actions/checkout@v3
14-
1512
- name: Check signed commits in PR
1613
uses: 1Password/check-signed-commits-action@main

0 commit comments

Comments
 (0)