Skip to content

Test SwiftUI Accessibility Bot #45

Test SwiftUI Accessibility Bot

Test SwiftUI Accessibility Bot #45

Workflow file for this run

name: Test SwiftUI Accessibility Bot
on:
workflow_dispatch:
jobs:
test-bot:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Required to get all history for git diff and base branch detection
- name: Run Accessibility Bot
uses: ./
with:
openai_api_key: ${{ secrets.OPENAI_API_KEY }}
# openai_model_name: 'gpt-4-turbo' # Example of using a custom model
# process_changed_files_only: true # Example of processing only changed files