Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

refactor CI

refactor CI #46

Workflow file for this run

name: Lint Dockerfile
on:
pull_request:
paths:
- "Dockerfile"
- ".github/workflows/lint-dockerfile.yml"
jobs:
hadolint:
name: runner / hadolint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review
hadolint_ignore: DL3006 DL3008 DL3021 DL3059