Skip to content

chore(deps): bump the docker group with 2 updates #87

chore(deps): bump the docker group with 2 updates

chore(deps): bump the docker group with 2 updates #87

Workflow file for this run

---
name: Linting - Dockerfile
# Split until path filtering for jobs added
# https://github.community/t/path-filtering-for-jobs-and-steps/16447
on:
push:
branches: [master]
paths:
- "Dockerfile"
- "Dockerfile.*"
pull_request:
branches: [master]
paths:
- "Dockerfile"
- "Dockerfile.*"
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run hadolint
uses: reviewdog/action-hadolint@v1