Skip to content

ci: use my forked lint-action with isort support #1225

ci: use my forked lint-action with isort support

ci: use my forked lint-action with isort support #1225

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