Skip to content

Python Vulture Action

Actions
Run vulture to analyse dead code in python projects
v1.0
Latest
Star (3)

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/[email protected]
        id: vulture
        with:
          vulture-args: example --min-confidence 90

Python Vulture Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run vulture to analyse dead code in python projects
v1.0
Latest

Python Vulture Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.