Skip to content

feat: Sync bugfixes, version bump, and new tests from main #261

feat: Sync bugfixes, version bump, and new tests from main

feat: Sync bugfixes, version bump, and new tests from main #261

Workflow file for this run

name: Example workflow for Python using Safety Action
on:
push: # Run on every push to any branch
pull_request: # Run on new pull requests
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Run Safety CLI to check for vulnerabilities
uses: pyupio/safety-action@v1
with:
api-key: ${{ secrets.SAFETY_API_KEY }}