Improving API to collect Elevator Demand and compile it as CSV file #31
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: AI Code Check | |
| on: | |
| workflow_dispatch: | |
| pull_request_target: | |
| branches: [ master ] | |
| types: [ opened, synchronize ] | |
| jobs: | |
| ai-check: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| with: | |
| ref: ${{ github.event.pull_request.head.sha }} | |
| - name: AI Citric-Sheep Watchdog | |
| uses: Citric-Sheep/ai-watchdog@v0.2.3 | |
| with: | |
| openai-api-key: ${{ secrets.OPENAI_API_KEY }} |