Skip to content

Bump actions/checkout from 3 to 4 #45

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #45

Workflow file for this run

name: Validate Dockerfile
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker:
name: Validate Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Lint dockerfile
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile