chore(deps): update dependency eslint-config-next to v15 #1226
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: 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 |