From e2f45c8d56d5e9abab1207213bc4f943742588e3 Mon Sep 17 00:00:00 2001 From: tassoman Date: Fri, 22 Dec 2023 18:57:43 +0100 Subject: [PATCH] updated gh-ci --- .github/workflows/{phpstan.yml => php-ci.yml} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename .github/workflows/{phpstan.yml => php-ci.yml} (77%) diff --git a/.github/workflows/phpstan.yml b/.github/workflows/php-ci.yml similarity index 77% rename from .github/workflows/phpstan.yml rename to .github/workflows/php-ci.yml index 15bcb3a..9fb8986 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/php-ci.yml @@ -1,7 +1,9 @@ +name: GH-CI + on: [push] jobs: - phpstan: + gh-ci: runs-on: ubuntu-latest name: PHP Validation steps: @@ -11,9 +13,9 @@ jobs: with: path: /tmp/composer-cache key: ${{ runner.os }}-${{ hashFiles('**/composer.lock') }} - - uses: php-actions/composer@v6 + - name: PHP Composer + uses: php-actions/composer@v6 - name: PHPStan uses: php-actions/phpstan@v3 with: - configuration: tests/ci/phpstan.neon - path: . \ No newline at end of file + path: ./