ai-economy-simulator / ecosim-client

https://ecosim-client-fliptrails-projects.vercel.app
Apache License 2.0
1 stars 10 forks source link

Feature: add codeql workflow for `typescript` #27

Open harmeetsingh11 opened 7 months ago

harmeetsingh11 commented 7 months ago

Describe your improvement idea or feature request

The repository contains code in typescript, it does not have workflow for code scanning.

How would you like to see it implemented?

I aim to implement the CodeQL workflow to automate security checks. CodeQL, GitHub's code analysis engine, will identify vulnerabilities in the code and present the findings as code scanning alerts. This workflow will be activated for every push, commit, and pull request through GitHub Actions.

Would you like to work on this issue?

Yes

By submitting this issue, I have confirmed that: