Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Lloric Mayuga Garcia <[email protected]>
  • Loading branch information
lloricode committed Aug 10, 2024
1 parent bd8ec9c commit dbb5740
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: PHPStan
name: Static Analysis (PHPStan)

on:
push:
branches:
- main
paths:
- '**.php'
- 'phpstan.neon.dist'
- 'phpstan.neon'
pull_request:
# schedule:
# - cron: '0 0 * * 5'

jobs:
phpstan:
Expand Down

0 comments on commit dbb5740

Please sign in to comment.