Skip to content

Enable Read-The-Docs and fix any issues with existing translations #1

Enable Read-The-Docs and fix any issues with existing translations

Enable Read-The-Docs and fix any issues with existing translations #1

Workflow file for this run

name: Run pre-commit
on:
push:
branches:
- 3.*
- main
pull_request:
jobs:
test:
name: Run pre-commit.ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "true"
fetch-depth: 2
- name: Setup python
uses: actions/setup-python@v5
with:
python-version: "3.x"
cache: "pip"
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()