Skip to content

Bump certifi from 2024.2.2 to 2024.7.4 in /bot #8

Bump certifi from 2024.2.2 to 2024.7.4 in /bot

Bump certifi from 2024.2.2 to 2024.7.4 in /bot #8

---
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"