Skip to content

several lint fixes

several lint fixes #48

Workflow file for this run

name: Safety Scan
on:
pull_request:
branches: [ develop ]
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Safety CLI to check for vulnerabilities
uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
debug: false