Fix Darker @revision
to use PEP 440 syntax
#1007
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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 |