Skip to content

Bump the npm-updates group across 1 directory with 3 updates #527

Bump the npm-updates group across 1 directory with 3 updates

Bump the npm-updates group across 1 directory with 3 updates #527

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