Revert ERD size change made in 3fb62efc8285377afa8e025b5a5911eb0c020ded #35
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 CI | |
| on: push | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Install modules | |
| run: npm install | |
| - name: Run ESLint | |
| run: npx eslint --max-warnings 0 . |