Skip to content

Added the throw-unexpected-status-code into the jane config file #16

Added the throw-unexpected-status-code into the jane config file

Added the throw-unexpected-status-code into the jane config file #16

Workflow file for this run

name: Quality
on: push
jobs:
cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Cs-Fixer
run: |
wget -q https://cs.symfony.com/download/php-cs-fixer-v3.phar -O php-cs-fixer
chmod a+x php-cs-fixer
PHP_CS_FIXER_IGNORE_ENV=true ./php-cs-fixer fix src --dry-run