cocktailpeanut 2 mesi fa
parent
commit
c2476d21b4
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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