diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92b4f3a..4fd7a9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,12 +101,12 @@ jobs: run: echo "result=$(jq .devDependencies.typescript package.json -r)" >>$GITHUB_OUTPUT - id: test-files name: Check for test files - uses: andstor/file-existence-action@v3.0.0 + uses: andstor/file-existence-action@v3.1.0 with: files: 'src/**/__tests__/*.spec.+(mts|tsx)' - id: typecheck-files name: Check for typecheck files - uses: andstor/file-existence-action@v3.0.0 + uses: andstor/file-existence-action@v3.1.0 with: files: 'src/**/__tests__/*.spec-d.mts' commitlint: