Skip to content

make args into a dict and use as **kwargs so can be used as a library or cli. #10

make args into a dict and use as **kwargs so can be used as a library or cli.

make args into a dict and use as **kwargs so can be used as a library or cli. #10

Workflow file for this run

name: Python Safety Check
on:
push:
branches:
- '*'
pull_request:
branches: [ "main" ]
env:
DEP_PATH: requirements.txt
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out master
uses: actions/checkout@master
- name: Security vulnerabilities scan
uses: aufdenpunkt/python-safety-check@master