Skip to content

[Example] Update report #2237

[Example] Update report

[Example] Update report #2237

Workflow file for this run

name: Hadolint
on: [push, pull_request]
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: hadolint
uses: burdzwastaken/hadolint-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HADOLINT_ACTION_DOCKERFILE_FOLDER: .