Skip to content

fix: Correct route for deploy action (#723) #60

fix: Correct route for deploy action (#723)

fix: Correct route for deploy action (#723) #60

name: "CI"
# This workflow will run after a merge to the main branch from a pull request.
on:
merge_group:
push:
branches:
- main
permissions:
contents: read
jobs:
normalize:
name: "Composer Normalize"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: composer require --dev ergebnis/composer-normalize
- run: composer config allow-plugins.ergebnis/composer-normalize true
- run: composer normalize