8000 Order imports and add action to check · MTG/sms-tools@35d0c82 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
6925

Format python code with black and imports with isort #4

Format python code with black and imports with isort

Format python code with black and imports with isort #4

Workflow file for this run

name: Check code formatting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
0