Skip to content

fix(validation): ensure values, filename, and weights are consistent #19

fix(validation): ensure values, filename, and weights are consistent

fix(validation): ensure values, filename, and weights are consistent #19

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