Skip to content

Commit 328abda

Browse files
Merge pull request #35 from kiwilan/develop
v4.0.0
2 parents 81130d4 + 8704a3b commit 328abda

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+3961
-4121
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: PHPStan PHP code issues
2+
3+
on: [push]
4+
5+
jobs:
6+
build-test:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: php-actions/composer@v6
12+
- uses: php-actions/phpstan@v3
13+
with:
14+
path: src/

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ psalm.xml
1010
vendor
1111
.php-cs-fixer.cache
1212
.DS_Store
13+
.phpunit.cache
14+
version-draft.md

0 commit comments

Comments
 (0)