Skip to content

PHP Standards πŸ”€ main #24

PHP Standards πŸ”€ main

PHP Standards πŸ”€ main #24

Workflow file for this run

name: PHP Standards
run-name: PHP Standards πŸ”€ ${{ github.ref_name }}
on: push
jobs:
Lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate composer.json and composer.lock
run: composer validate --strict
- name: Install dependencies
run: |
composer install --prefer-dist --no-progress
- name: Lint PHP files
run: ./lint.sh check