Skip to content

Commit

Permalink
Merge pull request #35 from kiwilan/develop
Browse files Browse the repository at this point in the history
v4.0.0
  • Loading branch information
ewilan-riviere authored Oct 3, 2024
2 parents 81130d4 + 8704a3b commit 328abda
Show file tree
Hide file tree
Showing 53 changed files with 3,961 additions and 4,121 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/phpstan-php-code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: PHPStan PHP code issues

on: [push]

jobs:
build-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpstan@v3
with:
path: src/
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ psalm.xml
vendor
.php-cs-fixer.cache
.DS_Store
.phpunit.cache
version-draft.md
Loading

0 comments on commit 328abda

Please sign in to comment.