Skip to content

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest (#44) #37

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest (#44)

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest (#44) #37

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
env:
HADOLINT_RECURSIVE: "true"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
recursive: true