Skip to content

Bump attrs from 23.1.0 to 24.3.0 #14998

Bump attrs from 23.1.0 to 24.3.0

Bump attrs from 23.1.0 to 24.3.0 #14998

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