feat(playground): add chat app comparison pages #6287
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: ci | |
| on: pull_request | |
| jobs: | |
| autofix: | |
| runs-on: ubuntu-latest | |
| if: github.event.pull_request.head.repo.full_name == github.repository | |
| steps: | |
| - name: Autofix | |
| uses: steebchen/actions/autofix@v0.17.0 | |
| with: | |
| token: ${{ secrets.GH_TOKEN }} | |
| format-command: pnpm migrations && pnpm build && pnpm format |