Skip to content

Bump pywikibot from 8.4.0 to 8.5.1 (#280) #567

Bump pywikibot from 8.4.0 to 8.5.1 (#280)

Bump pywikibot from 8.4.0 to 8.5.1 (#280) #567

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
lint:
name: python 3.11
runs-on: ubuntu-latest
steps:
- name: set up python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: install/update pip setuptools wheel
run: python -m pip install --upgrade pip setuptools wheel
- name: checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: install dependencies
run: python -m pip install -r requirements.txt -r requirements-dev.txt
- name: lint with pylint
run: |
pylint **/*.py