Skip to content

chore(deps-dev): bump black from 23.10.0 to 23.10.1 #439

chore(deps-dev): bump black from 23.10.0 to 23.10.1

chore(deps-dev): bump black from 23.10.0 to 23.10.1 #439

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