We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3514733 commit e2632c5Copy full SHA for e2632c5
1 file changed
.github/workflows/test-lib.yaml
@@ -29,6 +29,9 @@ jobs:
29
runs-on: Ubuntu-20.04
30
31
steps:
32
+ - name: Checkout
33
+ uses: actions/checkout@v3
34
+
35
- name: Setup PHP 8.2
36
uses: shivammathur/setup-php@v2
37
with:
0 commit comments