Skip to content

Add DB support to translate messages automatically with LLM model #8

Add DB support to translate messages automatically with LLM model

Add DB support to translate messages automatically with LLM model #8

Workflow file for this run

name: Validate YAML
on:
pull_request:
branches: [ main ]
jobs:
validate-yaml:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Validate YAML file
run: |
yamllint -d "{extends: relaxed, rules: {line-length: {max: 200}}}" config_EXAMPLE.yml