Skip to content

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #522

chore(deps-dev): bump black from 24.4.1 to 24.4.2

chore(deps-dev): bump black from 24.4.1 to 24.4.2 #522

Workflow file for this run

name: hadolint
on: [push]
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run hadolint with review dog
uses: reviewdog/action-hadolint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
fail_on_error: true