cocktailpeanut hace 2 meses
padre
commit
c2476d21b4
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .github/workflows/test.yml

+ 3 - 0
.github/workflows/test.yml

@@ -6,6 +6,9 @@ jobs:
   print:
     runs-on: ubuntu-latest
     steps:
+      - name: Checkout code
+        uses: actions/checkout@v4
+
       - name: Get package.json version
         id: get_version
         shell: bash