Skip to content

chore(python): remove support for Python 3.8 (EOL) (#1143) #1806

chore(python): remove support for Python 3.8 (EOL) (#1143)

chore(python): remove support for Python 3.8 (EOL) (#1143) #1806

Workflow file for this run

name: Lint docs
on:
push:
branches:
- main
pull_request:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout this repo
uses: actions/checkout@v4
- name: Install deps
run: npm ci
- name: Check docs formatting
run: npm run prettier
- name: Check docs for inclusive language
run: npm run lint:docs