Skip to content

Commit

Permalink
updated gh-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoman committed Dec 22, 2023
1 parent 150976c commit e2f45c8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/phpstan.yml → .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: GH-CI

on: [push]

jobs:
phpstan:
gh-ci:
runs-on: ubuntu-latest
name: PHP Validation
steps:
Expand All @@ -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: .
path: ./

0 comments on commit e2f45c8

Please sign in to comment.