Skip to content

chore(deps-dev): bump ruff from 0.4.2 to 0.4.3 #523

chore(deps-dev): bump ruff from 0.4.2 to 0.4.3

chore(deps-dev): bump ruff from 0.4.2 to 0.4.3 #523

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