Files
CoreLibs-Composer-All/.github/workflows-disabled/ci.yml
Clemens Schwaighofer eca62e53c9 Disabled workflow
For this to work we have to move the smarty-extended package to an official
composer package
2024-05-22 14:21:00 +09:00

17 lines
299 B
YAML

name: CI
run-name: ${{ github.actor}} runs CI
on: [push]
jobs:
phpstan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - uses: php-actions/composer@v6
- name: PHPStan Static Analysis
uses: php-actions/phpstan@v3
with:
path: src/