Add Playwright UI tests, test harness and CI workflow #26
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: spit-the-diff | |
| on: | |
| pull_request: | |
| types: [opened, synchronize, reopened, labeled] | |
| jobs: | |
| spit-the-diff: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Generate PR summary | |
| uses: ssfinney/spit-the-diff@1.1.2 | |
| with: | |
| format: haiku | |
| openai_api_key: ${{ secrets.OPENAI_API_KEY }} |