Skip to content

Commit

Permalink
chore(ci): replace super-linter with hadolint
Browse files Browse the repository at this point in the history
All others should be taken care by pre-commit hooks.
  • Loading branch information
nijel committed Jan 20, 2025
1 parent 22b8444 commit 3e47a72
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 36 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]
36 changes: 0 additions & 36 deletions .github/workflows/super-linter.yml

This file was deleted.

0 comments on commit 3e47a72

Please sign in to comment.