Skip to content

[Blameable] Fix spelling error #807

[Blameable] Fix spelling error

[Blameable] Fix spelling error #807

Workflow file for this run

name: "Quality Assurance"
on:
push:
branches:
- main
paths:
- ".docker/php/Dockerfile"
- "compose.yaml"
pull_request:
schedule:
- cron: "0 0 * * 0"
jobs:
lint-dockerfile:
name: Hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/[email protected]
with:
dockerfile: ".docker/php/Dockerfile"
build:
runs-on: ubuntu-latest
name: Build containers with Docker Compose
steps:
- uses: actions/checkout@v4
- name: Build "php" container
uses: isbang/[email protected]
with:
compose-file: "./compose.yaml"
services: |
php