Skip to content

chore(deps): bump pylint from 4.0.0 to 4.0.2 #894

chore(deps): bump pylint from 4.0.0 to 4.0.2

chore(deps): bump pylint from 4.0.0 to 4.0.2 #894

Workflow file for this run

name: "Packaging Test"
on: [ pull_request ]
jobs:
packaging_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.14"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Packaging Test
run: |
tox -e test_packaging