Skip to content

Add and fix workflows #6

Add and fix workflows

Add and fix workflows #6

Workflow file for this run

name: Dependencies scanning
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install -e .
- uses: pyupio/safety@2.3.5
with:
api-key: ${{ secrets.SAFETY_API_KEY }}
scan: 'env'