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

Order imports and add action to check #1

Order imports and add action to check

Order imports and add action to check #1

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