Skip to content

No new version for readme update. #7

No new version for readme update.

No new version for readme update. #7

name: Static Analysis
on:
push:
branches: main
pull_request:
branches: main
workflow_dispatch:
jobs:
testing:
name: PHPCS and PHPStan
runs-on: ubuntu-latest
steps:
- name: Check out the source code
uses: actions/checkout@v3
- name: Run PHPCS and PHPStan tests
uses: polylang/actions/static-analysis@main