Skip to content

Update the change log #905

Update the change log

Update the change log #905

Workflow file for this run

---
name: help-in-readme
on: [push] # yamllint disable-line rule:truthy
jobs:
help-in-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install '.[flynt,isort]'
- name: Verify that README contains output of darker --help
run: darker --verify-readme