Skip to content

Bump jsonpath-plus and json-schema-faker #572

Bump jsonpath-plus and json-schema-faker

Bump jsonpath-plus and json-schema-faker #572

Workflow file for this run

name: Check Python code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
container: python:3.12.3
steps:
- uses: actions/checkout@v4
- name: Install Poetry
run: |
python -m pip install --upgrade poetry
poetry install --with development
- name: Run Python code checks
run: |
make check-python-code