Skip to content

Merge pull request #163 from Chris53897/feature/fix-deprecation #143

Merge pull request #163 from Chris53897/feature/fix-deprecation

Merge pull request #163 from Chris53897/feature/fix-deprecation #143

Workflow file for this run

name: Checks
on:
push:
branches:
- '*.x'
pull_request:
jobs:
composer-normalize:
name: Composer Normalize
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Composer normalize
uses: docker://ergebnis/composer-normalize-action