Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Merge pull request #139 from jolicode/feat/invoicing-process-colors #94

Merge pull request #139 from jolicode/feat/invoicing-process-colors

Merge pull request #139 from jolicode/feat/invoicing-process-colors #94

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
cs-check:
name: Check Coding Standards
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
extensions: mbstring, fileinfo, json, intl, dom
tools: jolicode/castor
-
name: Build and start the infrastructure
run: castor start
-
name: Install quality tools
run: castor qa:install
-
name: Check coding standards
run: castor qa:cs --dry-run
- name: Lint Twig files
run: castor qa:twig-lint
- name: Lint YAML files
run: castor qa:yaml-lint
-
name: Run PHPStan
run: castor qa:phpstan