Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Nov 25, 2022
1 parent 61aec19 commit 7896164
Show file tree
Hide file tree
Showing 5 changed files with 2,067 additions and 622 deletions.
7 changes: 7 additions & 0 deletions .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"**/*.php": [
"./vendor/bin/ecs check --ansi --fix",
"./vendor/bin/phpstan analyse"
],
"*": "prettier --ignore-unknown --write"
}
Loading

0 comments on commit 7896164

Please sign in to comment.