Skip to content

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #93

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0

chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 #93

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