Skip to content

Commit

Permalink
Update README.md, update static.yml workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Oct 27, 2023
1 parent ce4221b commit 09c1b23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:
name: static analysis

jobs:
psalm:
phpstan:
uses: php-forge/actions/.github/workflows/phpstan.yml@main
secrets:
AUTH_TOKEN: ${{ secrets.AUTH_TOKEN }}
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
</a>
<a href="https://github.com/yii2-extensions/user/actions/workflows/static.yml" target="_blank">
<img src="https://img.shields.io/badge/PHPStan%20level-5-blue" alt="PHPStan level">
</a>
<a href="https://github.styleci.io/repos/704445204?branch=initial-commit" target="_blank">
<img src="https://github.styleci.io/repos/704445204/shield?branch=initial-commit" alt="Code style">
</a>
</a>
<a href="https://github.styleci.io/repos/704445204?branch=main" target="_blank">
<img src="https://github.styleci.io/repos/704445204/shield?branch=main" alt="Code style">
</a>
</p>

## Installation
Expand Down

0 comments on commit 09c1b23

Please sign in to comment.