Skip to content

Bump cbor2 from 5.8.0 to 5.9.0 #133

Bump cbor2 from 5.8.0 to 5.9.0

Bump cbor2 from 5.8.0 to 5.9.0 #133

Workflow file for this run

name: Check config
on: [push, pull_request, workflow_dispatch]
permissions: {}
env:
FORCE_COLOR: 1
jobs:
check-config:
runs-on: ubuntu-latest
strategy:
# These are short jobs, fail-fast would only hide information from us
fail-fast: false
matrix:
python-version:
- '3.13'
steps:
- uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python-version }}
- name: Check configuration
run: make check PIP=pip BUILDBOT=buildbot PYTHON_VERSION=${{ matrix.python-version }}