Skip to content

docs: improve test section of README.md #354

docs: improve test section of README.md

docs: improve test section of README.md #354

Workflow file for this run

name: "Quality Assurance"
on:
push:
branches:
- main
paths:
- ".docker/php/Dockerfile"
pull_request:
jobs:
lint-dockerfile:
name: Hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: ".docker/php/Dockerfile"