Skip to content

chore(deps): bump django from 4.2.16 to 5.1.4 in /packages/python #1809

chore(deps): bump django from 4.2.16 to 5.1.4 in /packages/python

chore(deps): bump django from 4.2.16 to 5.1.4 in /packages/python #1809

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