Skip to content

About workflows and pipelines #52

@bhaumikmaan

Description

@bhaumikmaan

ISSUE

I am working on this PR #49 to automate pipelines for code scanning and clean up

Features:

  1. Code scanning with CodeQL
  2. CI Pipeline that checks compile errors, lints and type checks

Opinion

As of now we have a bit of technical debt due to which the CI will always fail in lint and type-check which is why I have added continue-on-error: true to both of those to make the workflows work.

My question here is:
Should we merge with the ignoring of these failures? And work on it in parallel without the tests failing
OR
Should we not ignore them, let everyone's pipeline fail as a reminder and fix the technical debt as we go?

Need opinions on this.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestquestionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions