refactor: apply the ESlint rules for ( react and typescript ) from ch… #5
This file contains 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: Node.js Dev Checking | |
on: | |
push: | |
branches-ignore: | |
- 'main' | |
- 'development' | |
pull_request: | |
branches: | |
- development | |
jobs: | |
e2etest: | |
uses: NFDI4Chem/nmrium-react-wrapper/.github/workflows/e2e.yml@main | |
lint: | |
uses: NFDI4Chem/nmrium-react-wrapper/.github/workflows/nodejs.yml@main | |