GAZ-278: Added local demo file fallback when VITE_API_URL is not set(FIXES GAZ-207). #104
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: AI Code Review | |
| on: | |
| pull_request: | |
| branches: ['main', 'dev'] | |
| jobs: | |
| ai-code-review: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: AI Code Review Action | |
| uses: villesau/ai-codereviewer@v2.7.0 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} |