Skip to content

chore(deps): bump urllib3 from 1.26.18 to 1.26.19 #94

chore(deps): bump urllib3 from 1.26.18 to 1.26.19

chore(deps): bump urllib3 from 1.26.18 to 1.26.19 #94

Workflow file for this run

name: reviewdog
on: [pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-black@v3
with:
github_token: ${{ secrets.github_token }}
# Change reviewdog reporter if you need [github-pr-check, github-check].
reporter: github-pr-check