Skip to content

api-client-php CI

api-client-php CI #2

Workflow file for this run

name: api-client-php CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
CLOUDFOREST_API: https://cfdev.cloudforest.market
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v3
- name: Install dependencies
uses: php-actions/composer@v6
- name: PHP CS Fixer Check
run: composer run phpcs:check
- name: PHPStan
run: composer run phpstan