Python Vulture Action
ActionsTags
(2)This action runs Vulture on your Python codebase.
Required Arguments passed to the vulture cli.
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.