Skip to content

ci: upgrade vale to v3+ (close #633) (#728) #858

ci: upgrade vale to v3+ (close #633) (#728)

ci: upgrade vale to v3+ (close #633) (#728) #858

Workflow file for this run

---
name: Dockerfile Validation
on: [push, workflow_dispatch]
jobs:
docker-check:
runs-on: ubuntu-latest
steps:
- name: Checkout this repository
uses: actions/[email protected]
# hadolint/hadolint-action is causing issue with act: https://github.com/hadolint/hadolint/issues/823
- name: Validate Dockerfile
run: docker run -v "$(pwd)":"/files" hadolint/hadolint:v2.12.0 hadolint /files/Dockerfile