Skip to content

Bump @x-govuk/govuk-prototype-components from 3.0.6 to 3.0.7 in the npm-updates group #509

Bump @x-govuk/govuk-prototype-components from 3.0.6 to 3.0.7 in the npm-updates group

Bump @x-govuk/govuk-prototype-components from 3.0.6 to 3.0.7 in the npm-updates group #509

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