Skip to content

Merge pull request #889 from ftnext/feature/cohere-transcribe-api #357

Merge pull request #889 from ftnext/feature/cohere-transcribe-api

Merge pull request #889 from ftnext/feature/cohere-transcribe-api #357

Workflow file for this run

name: Ensure RST is well-formed
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rstcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Run rstcheck
run: make rstcheck