Skip to content

Add new footer logos #801

Add new footer logos

Add new footer logos #801

name: wbstack python lint
on:
push:
branches:
- 'main'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install pylint
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Install wikiman requirements
working-directory: ./sync/wikiman
run: python -m pip install --no-cache-dir -r requirements.txt
- name: Lint all python files
run: find ./ -type f -name "*.py" -not -path "./dist/*" | xargs pylint