-
Notifications
You must be signed in to change notification settings - Fork 97
feat: Eslint, Prettier & CI/CD for Ragbits API Client modules #604
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
base: jd/typescript-ragbits-api-client-modules
Are you sure you want to change the base?
feat: Eslint, Prettier & CI/CD for Ragbits API Client modules #604
Conversation
…t-prettier-config-modules
…t-prettier-config-modules
Trivy scanning results. Report Summary ┌───────────────────────────────────────────────────────┬──────┬─────────────────┬─────────┐
For OSS Maintainers: VEX NoticeIf you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement. To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable. uv.lock (uv)Total: 16 (MEDIUM: 8, HIGH: 6, CRITICAL: 2) ┌──────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐ |
Code Coverage Summary
Diff against main
Results for commit: be9b7a7 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
@@ -40,6 +41,11 @@ jobs: | |||
if: ${{ needs.check-source-changes.outputs.packages-changed == 'true' }} | |||
uses: ./.github/workflows/shared-packages.yml | |||
|
|||
modules: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: rename modules
to client
everywhere
No description provided.