Skip to content

Commit

Permalink
Merge pull request #228 from dxw/chore/psalm
Browse files Browse the repository at this point in the history
Chore/psalm
  • Loading branch information
RobjS authored Oct 5, 2023
2 parents c03e441 + 1dce714 commit 4cec082
Show file tree
Hide file tree
Showing 20 changed files with 1,089 additions and 124 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:

- name: Run lints and tests
run: ./script/test

- name: Run Psalm for this specific PHP version
run: ./vendor/bin/psalm --php-version=${{ matrix.php-versions }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Support for PHP 8
- `whippet generate plugin` to generate a plugin based on our template repo https://github.com/dxw/wordpress-plugin-template/
- Psalm compliance

### Removed
- `whippet migrate` commands.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"dxw/phar-install": "^1.1",
"mikey179/vfsstream": "^1.6",
"dxw/php-cs-fixer-config": "^2.0",
"kahlan/kahlan": "^5.1"
"kahlan/kahlan": "^5.1",
"vimeo/psalm": "^5.15"
}
}
Loading

0 comments on commit 4cec082

Please sign in to comment.