Skip to content

Update actions/checkout action to v4 #7

Update actions/checkout action to v4

Update actions/checkout action to v4 #7

Workflow file for this run

---
name: Lint Dockerfile
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: Lint Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Lint
uses: hadolint/[email protected]
with:
failure-threshold: error