Skip to content

Merge pull request #430 from nytakoe1/master #858

Merge pull request #430 from nytakoe1/master

Merge pull request #430 from nytakoe1/master #858

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2021-2025 Yegor Bugayenko
# SPDX-License-Identifier: MIT
---
# yamllint disable rule:line-length
name: hadolint
'on':
push:
pull_request:
jobs:
hadolint:
timeout-minutes: 15
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/hadolint-action@v3.1.0