Skip to content

feat: fix deprecation #142

feat: fix deprecation

feat: fix deprecation #142

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