Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 in /bot #9

Bump urllib3 from 2.2.1 to 2.2.2 in /bot

Bump urllib3 from 2.2.1 to 2.2.2 in /bot #9

---
name: "Lint: python/black"
on:
- push
- pull_request
jobs:
lint-python-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./bot"