From e99a995a2e8c279d0c7ece19cc3286737ed7b465 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 15:40:20 +0900 Subject: [PATCH] CI github work flow added --- .github/workflows/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..315aa5c --- /dev/null +++ b/.github/workflows/ci.yml @@ -0,0 +1,16 @@ +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/