Skip to content

Merge pull request #813 from ftnext/refactor/whisper-local #195

Merge pull request #813 from ftnext/refactor/whisper-local

Merge pull request #813 from ftnext/refactor/whisper-local #195

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@v4
- name: Run rstcheck
run: make rstcheck