Skip to content

Commit

Permalink
Added style action
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 committed Jun 20, 2024
1 parent ead5b2a commit ca24099
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: style
on:
push:
branches:
- main
- master
jobs:
style:
name: Style
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
],
"scripts": {
"analyse": "phpstan",
"fix-style": "pint"
"fix-style": "pint",
"style": "pint --test"
},
"minimum-stability": "dev"
}

0 comments on commit ca24099

Please sign in to comment.