Skip to content

build docker image/sif file action (#38) #84

build docker image/sif file action (#38)

build docker image/sif file action (#38) #84

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@v1
- name: hadolint
uses: reviewdog/action-hadolint@v1
with:
reporter: github-pr-review # Default is github-pr-check
fail_on_error: true