From cb64ee750164d29e03a6f2483f8759df82568856 Mon Sep 17 00:00:00 2001 From: Soham Gupta Date: Tue, 24 Dec 2024 21:39:54 +0530 Subject: [PATCH 1/2] Add ESLint and NPM Audit workflow --- .github/workflows/lint_audit.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 .github/workflows/lint_audit.yml diff --git a/.github/workflows/lint_audit.yml b/.github/workflows/lint_audit.yml new file mode 100755 index 0000000..43a64ce --- /dev/null +++ b/.github/workflows/lint_audit.yml @@ -0,0 +1,11 @@ +name: ESLint and NPM Audit + +on: + push: + branches: [main, master, develop] + pull_request: + branches: [main, master, develop] + +jobs: + lint-and-audit: + uses: PSMRI/.github/.github/workflows/lint_audit.yml@main From 049d98631680c6238942217c627fd692adfeda42 Mon Sep 17 00:00:00 2001 From: Sneha6003 <147996970+Sneha6003@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:14:18 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index bebe8ef..90487e6 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,12 @@ Refer to `src/environments/environment.ci.template` file and ensure that the rig Packing with `ci` profile calls `build-ci` script in `package.json`. It creates a `environment.ci.ts` file with all environment variables used in the generated build. +## Filing Issues + +If you encounter any issues, bugs, or have feature requests, please file them in the [main AMRIT repository](https://github.com/PSMRI/AMRIT/issues). Centralizing all feedback helps us streamline improvements and address concerns efficiently. + +## Join Our Community + +We’d love to have you join our community discussions and get real-time support! +Join our [Discord server](https://discord.gg/FVQWsf5ENS) to connect with contributors, ask questions, and stay updated. +