Skip to content

build: Bump anstyle-parse from 0.2.3 to 0.2.6 #5

build: Bump anstyle-parse from 0.2.3 to 0.2.6

build: Bump anstyle-parse from 0.2.3 to 0.2.6 #5

Workflow file for this run

name: Lint Dockerfile
on:
push:
paths:
- resources/Dockerfile
pull_request:
paths:
- resources/Dockerfile
jobs:
hadolint:
name: Run Hadolint Dockerfile Linter
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@master
with:
dockerfile: ./resources/Dockerfile
format: tty
no-fail: false
verbose: true
failure-threshold: info