Skip to content

feat: github actions #1

feat: github actions

feat: github actions #1

Workflow file for this run

name: static analysis
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyse