Skip to content

feat: add style, reasoning, and content_type options to translate tool #55

feat: add style, reasoning, and content_type options to translate tool

feat: add style, reasoning, and content_type options to translate tool #55

name: Run docker tests on Pull Request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Docker
run: |
# Ensure Docker is installed and running
docker --version
- name: Build Docker image
run: |
docker build -t temp-image .