Skip to content

fix fuck up, this was supposed to be for the graphql api #30

fix fuck up, this was supposed to be for the graphql api

fix fuck up, this was supposed to be for the graphql api #30

Workflow file for this run

name: Run PHPStan
on: [ push ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Install composer
uses: php-actions/composer@v6
- name: PHPStan
run: composer phpstan