Skip to content

Remove linting libraries from Pipfile and packages.json #11

Remove linting libraries from Pipfile and packages.json

Remove linting libraries from Pipfile and packages.json #11

Workflow file for this run

name: pip-audit
on:
workflow_dispatch:
push:
branches: [main, release]
pull_request:
branches: [main]
jobs:
pip-audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: 'Generate requirements.txt'
run: |
pipx run pipfile-requirements Pipfile.lock > requirements.txt
- uses: pypa/gh-action-pip-audit@v1.0.8
with:
inputs: requirements.txt