Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/PSMRI/Scheduler-UI into …
Browse files Browse the repository at this point in the history
…scheduler-wasa
  • Loading branch information
sandipkarmakar3 committed Jan 23, 2025
2 parents 1e41c97 + 049d986 commit 8002e6f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint_audit.yml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8002e6f

Please sign in to comment.