Skip to content

Feature: Added Text-To-Speech Functionality #2184

Feature: Added Text-To-Speech Functionality

Feature: Added Text-To-Speech Functionality #2184

Workflow file for this run

name: Python linting
on:
push:
branches:
- '*'
pull_request:
types: [ opened, synchronize ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint with Ruff
uses: chartboost/ruff-action@v1