Skip to content

Make package compatible with stream interface Compatibility stream interface v2 #48

Make package compatible with stream interface Compatibility stream interface v2

Make package compatible with stream interface Compatibility stream interface v2 #48

Workflow file for this run

name: Checks
on:
push:
branches:
- 2.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