axelmunch / python-lint-action

GitHub Action for Python linting with `black` and `isort`.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-lint-action

GitHub Action for Python linting with black and isort.

Usage example

# .github/workflows/lint.yml

name: Lint Action

on:
  push:
  pull_request:

jobs:
  lint:
    name: Lint project
    runs-on: ubuntu-latest
    steps:
      - name: Check out source repository
        uses: actions/checkout@v3.2.0
      - name: Lint
        uses: axelmunch/python-lint-action@v2.0.0

About

GitHub Action for Python linting with `black` and `isort`.

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 72.1%Language:Shell 27.9%