From 6710f4464697a09c2db4d17c60877deff0fe6423 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 22 May 2024 14:11:05 +0900 Subject: [PATCH] GitHub action for PHPstan CI --- .github/workspaces/ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workspaces/ci.yml diff --git a/.github/workspaces/ci.yml b/.github/workspaces/ci.yml new file mode 100644 index 0000000..315aa5c --- /dev/null +++ b/.github/workspaces/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/