Skip to content

build(deps): bump reviewdog/action-shellcheck from 1.19.0 to 1.29.0 #603

build(deps): bump reviewdog/action-shellcheck from 1.19.0 to 1.29.0

build(deps): bump reviewdog/action-shellcheck from 1.19.0 to 1.29.0 #603

Workflow file for this run

---
name: black
# yamllint disable-line rule:truthy
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: psf/black@main
with:
# yamllint disable-line rule:line-length
options: ". --exclude respondd/respondd-tmpl/lib/respondd_client.py --check --diff"