Skip to content

Bump pywikibot from 8.4.0 to 8.5.1 #457

Bump pywikibot from 8.4.0 to 8.5.1

Bump pywikibot from 8.4.0 to 8.5.1 #457

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 poetry
uses: snok/install-poetry@v1
- name: checkout
uses: actions/checkout@v4
with:
persist-credentials: false
- name: install
run: poetry install
- name: lint with pylint
run: poetry run pylint src