Unverified Commit 152abf14 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Add Hadolint (#133)

parent de8f08a7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -17,3 +17,9 @@ jobs:
        with:
         path: "assets"
         file-endings: ".xml"
      - name: Lint Dockerfile
        uses: hadolint/hadolint-action@v3.1.0
        with:
          dockerfile: Dockerfile
          ignore: DL3008
          failure-threshold: warning
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ on:
      - '**/*.xml'
      - '.github/workflows/test.yml'
      - '.github/workflows/check.yml'
      - 'Dockerfile'

name: "Test"
permissions: {}