Skip to content

[Mapping] Fix inherited classes metadata collection #351

[Mapping] Fix inherited classes metadata collection

[Mapping] Fix inherited classes metadata collection #351

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"