Skip to content

Bump reportlab from 4.0.7 to 4.2.2 #12573

Bump reportlab from 4.0.7 to 4.2.2

Bump reportlab from 4.0.7 to 4.2.2 #12573

Workflow file for this run

name: black linter
on: [pull_request]
jobs:
black-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python environment
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install black
- name: black Lint
uses: reviewdog/action-black@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: warning