Merge pull request #375 from PSMRI/release-3.6.3 #310
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 |