Skip to content

actions bump

actions bump #72

Workflow file for this run

name: Dockerfile Linter
on: [push, pull_request]
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review # Default is github-pr-check
fail_on_error: true