Skip to content

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest #74

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest

PLTCLD-391: gha: ubuntu-20.04 -> ubuntu-latest #74

Workflow file for this run

name: hadolint
on:
push:
branches:
- main
pull_request:
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
- name: "hadolint: elixir"
uses: hadolint/[email protected]
with:
dockerfile: ./elixir/Dockerfile