anaynayak / python-vulture-action

Run Vulture on your Python codebase to identify dead code.

Home Page:https://github.com/marketplace/actions/python-vulture-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Vulture Action

This action runs Vulture on your Python codebase.

Inputs

vulture-args

Required Arguments passed to the vulture cli.

Usage

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    name: vulture
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - name: Scavenge
        uses: anaynayak/python-vulture-action@v1.0
        id: vulture
        with:
          vulture-args: example --min-confidence 90

About

Run Vulture on your Python codebase to identify dead code.

https://github.com/marketplace/actions/python-vulture-action

License:MIT License


Languages

Language:Python 66.7%Language:Shell 18.8%Language:Dockerfile 14.5%