Skip to content

Commit 81e4b2e

Browse files
committed
Add checkout
1 parent d09c1d4 commit 81e4b2e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pypi_publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
outputs:
1515
is_code_owner: ${{ steps.check.outputs.is_owner }}
1616
steps:
17+
- name: Checkout code
18+
uses: actions/checkout@v5
19+
1720
- name: Load CODEOWNERS
1821
run: |
1922
owners=$(grep -v '^#' .github/CODEOWNERS | awk '{print $2}')

0 commit comments

Comments
 (0)