Skip to content

build(deps): bump lxml from 4.9.4 to 5.0.1 #141

build(deps): bump lxml from 4.9.4 to 5.0.1

build(deps): bump lxml from 4.9.4 to 5.0.1 #141

Workflow file for this run

name: New pull request received
on: [pull_request, workflow_dispatch]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@main
with:
fetch-depth: 0
- name: Set up Python 3.8
uses: actions/setup-python@v5.0.0
with:
python-version: "3.8"
- name: Install dependencies
run: |
python -m pip install -U pip poetry invoke
inv env.init-dev --no-pre-commit
- name: Style check
run: |
inv style
- name: Check vulnerability
run: |
inv secure
- name: Run tests
run: |
inv test -a