fix: amm-2279 UI should run from main repo #232
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |