Skip to content

🐳 Install PHP 8.4 + 8.5 with common extensions #25

🐳 Install PHP 8.4 + 8.5 with common extensions

🐳 Install PHP 8.4 + 8.5 with common extensions #25

Workflow file for this run

name: Code Lint
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-dockerfile:
name: Lint Dockerfile
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint Dockerfile with hadolint
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: ./Dockerfile
config: .hadolint.yaml