Skip to content

the documentation was wrong #1

the documentation was wrong

the documentation was wrong #1

Workflow file for this run

name: PHP Container Linter
on: [pull_request]
jobs:
container-linter:
runs-on: ubuntu-latest
steps:
# Checkout
- name: Checkout
uses: actions/checkout@v4
# PHP
- uses: ./.github/actions/php
# Composer
- uses: ramsey/composer-install@v3
# Lint
- run: php bin/console lint:container