cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
160 stars 48 forks source link

[php] disable php-cs progress bar output in CI #233

Closed olleolleolle closed 3 months ago

olleolleolle commented 3 months ago

🤔 What's changed?

This PR changes CI output slightly, for the php-cs-fixer, to reduce visual clutter.

Add --show-progress=none.

Read all the configuration options at https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/doc/usage.rst

⚡️ What's your motivation?

CI output needs hygiene, to be copy-pastable etc.

🏷️ What kind of change is this?

📋 Checklist:

olleolleolle commented 3 months ago

Did I misspell something, only test-codegen ran?

EDIT: The reason is that none of my editing touched a file path in the php/** glob pattern.

 push:
    branches:
      - main
      - renovate/**
    paths:
      - php/**
      - testdata/**
olleolleolle commented 3 months ago

Alright, THIS WORKED!