[lmi] patch release for lmi 0.28.0-0.30.0, release for lmi 0.31.0 #7935
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: dlc-format-check | |
on: [pull_request] | |
jobs: | |
python-formatting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: psf/[email protected] | |
with: | |
options: "--check --verbose -l 100" |