Skip to content

PLTOS-371: gha: updates #34

PLTOS-371: gha: updates

PLTOS-371: gha: updates #34

Workflow file for this run

name: hadolint
on:
push:
branches:
- main
pull_request:
jobs:
hadolint:
runs-on: ubuntu-20.04
env:
HADOLINT_RECURSIVE: "true"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
recursive: true