Skip to content

Update beautifulsoup4 requirement from ~=4.12 to ~=4.13 #180

Update beautifulsoup4 requirement from ~=4.12 to ~=4.13

Update beautifulsoup4 requirement from ~=4.12 to ~=4.13 #180

Workflow file for this run

name: Pylint Bot
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
- name: Run pylint
run: |
pylint --fail-under=9.5 ./app/bot/telegram/