chore(deps): update dependency eslint to v8.57.1 #1976
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: ci | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: the-guild-org/shared-config/setup@main | |
| with: | |
| nodeVersion: 16 | |
| - run: yarn codegen | |
| - run: yarn workspace app run build | |
| lint: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: the-guild-org/shared-config/setup@main | |
| with: | |
| nodeVersion: 16 | |
| - run: yarn workspace app run lint |