Skip to content

Merge pull request #167 from akunzai/update-keycloak-26.5.3 #158

Merge pull request #167 from akunzai/update-keycloak-26.5.3

Merge pull request #167 from akunzai/update-keycloak-26.5.3 #158

name: Linting Dockerfile
on:
push:
branches:
- main
paths:
- '**/Dockerfile'
pull_request:
branches:
- main
paths:
- '**/Dockerfile'
# Allow manually triggering the workflow.
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Lint Dockerfile
uses: reviewdog/action-hadolint@v1