Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #103

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0

chore(deps): bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 #103

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