File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Copyright © Michal Čihař <[email protected] >2+ #
3+ # SPDX-License-Identifier: CC0-1.0
4+
5+ # This file is maintained in https://github.com/WeblateOrg/meta/
6+ name : Hadolint
7+
8+ on :
9+ push :
10+ branches-ignore :
11+ - deepsource-fix-**
12+ - renovate/**
13+ - weblate
14+ pull_request :
15+
16+ permissions :
17+ contents : read
18+
19+ jobs :
20+ hadolint :
21+
22+ runs-on : ubuntu-24.04
23+
24+ steps :
25+ - uses : actions/checkout@v4
26+ -
uses :
hadolint/[email protected]
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ LABEL org.opencontainers.image.title="Weblate"
1616LABEL org.opencontainers.image.description="A web-based continuous localization system with tight version control integration"
1717LABEL org.opencontainers.image.licenses="MIT"
1818
19+ # hadolint ignore=DL3008
1920RUN \
2021 export DEBIAN_FRONTEND=noninteractive \
2122 && apt-get update \
You can’t perform that action at this time.
0 commit comments