Skip to content

Bump pywikibot and pylint (#277) #561

Bump pywikibot and pylint (#277)

Bump pywikibot and pylint (#277) #561

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