Skip to content

Update changelog.yml #33

Update changelog.yml

Update changelog.yml #33

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