Skip to content

Create changelogConfig.yml #32

Create changelogConfig.yml

Create changelogConfig.yml #32

name: Static Analysis
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: make phpstan