fix: Made necessary changes for build to pass #71
Workflow file for this run
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 |