Skip to content

Commit e2632c5

Browse files
committed
fix: Add missing checkout step
1 parent 3514733 commit e2632c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-lib.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
runs-on: Ubuntu-20.04
3030

3131
steps:
32+
- name: Checkout
33+
uses: actions/checkout@v3
34+
3235
- name: Setup PHP 8.2
3336
uses: shivammathur/setup-php@v2
3437
with:

0 commit comments

Comments
 (0)