Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update coverallsapp/github-action action to v2.3.5 #370

Merged
merged 2 commits into from
Jan 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update NodeCI.yml
ota-meshi authored Jan 25, 2025
commit feff6ec1c65771046acc8bd8b81f56e6ebba32fb
2 changes: 1 addition & 1 deletion .github/workflows/NodeCI.yml
Original file line number Diff line number Diff line change
@@ -93,6 +93,6 @@ jobs:
run: |
yarn cover
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Unchanged files with check annotations Beta

if (p.endsWith(".cached_schemastore/json.schemastore.org/prettierrc.json")) {
return { ...prettierrc, timestamp: Infinity };
}
console.log(`unknown:${p}`);

Check warning on line 28 in docs/.vitepress/shim/require-from-cache.mjs

GitHub Actions / lint

Unexpected console statement
return {};
}
});
return transformed.code;
} catch (e) {
console.error(`Transform error. base code:\n${base}`, e);

Check warning on line 30 in docs/.vitepress/vite-plugin.mjs

GitHub Actions / lint

Unexpected console statement
}
return undefined;
},