Skip to content

Commit

Permalink
feat(ci): introduce hadolint
Browse files Browse the repository at this point in the history
For linting of Dockerfile.
  • Loading branch information
nijel committed Jan 20, 2025
1 parent 5a93a42 commit fdcb079
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Copyright © Michal Čihař <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

# This file is maintained in https://github.com/WeblateOrg/meta/
name: Hadolint

on:
push:
branches-ignore:
- deepsource-fix-**
- renovate/**
- weblate
pull_request:

permissions:
contents: read

jobs:
hadolint:

runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]

0 comments on commit fdcb079

Please sign in to comment.