Skip to content

Add Billability feature with billability and invoiceability calculations #7

Add Billability feature with billability and invoiceability calculations

Add Billability feature with billability and invoiceability calculations #7

name: Static Analysis
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
phpstan:
runs-on: ubuntu-latest
name: PHPStan
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
extensions: json, mbstring
coverage: none
- name: Install dependencies
run: composer install --no-interaction --prefer-dist
- name: Run PHPStan
run: vendor/bin/phpstan analyse